Show / Hide Table of Contents

Class EndpointAddressState

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointAddressState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.PolarDB
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class EndpointAddressState : ResourceArgs

Constructors

View Source

EndpointAddressState()

Declaration
public EndpointAddressState()

Properties

View Source

ConnectionPrefix

Prefix of an Internet connection string. It must be checked for uniqueness. It may consist of lowercase letters, numbers, and underlines, and must start with a letter and have no more than 30 characters. Default to <db_endpoint_id> + 'tf'.

Declaration
public Input<string> ConnectionPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ConnectionString

Connection cluster or endpoint string.

Declaration
public Input<string> ConnectionString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DbClusterId

The Id of cluster that can run database.

Declaration
public Input<string> DbClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DbEndpointId

The Id of endpoint that can run database.

Declaration
public Input<string> DbEndpointId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpAddress

The ip address of connection string.

Declaration
public Input<string> IpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NetType

Internet connection net type. Valid value: Public. Default to Public. Currently supported only Public.

Declaration
public Input<string> NetType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

Connection cluster or endpoint port.

Declaration
public Input<string> Port { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.