Class GetEndpointsEndpointAddressItemResult
Inheritance
System.Object
GetEndpointsEndpointAddressItemResult
Inherited Members
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetEndpointsEndpointAddressItemResult
Fields
View SourceConnectionString
Connection instance string.
Declaration
public readonly string ConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
IpAddress
The ip address of connection string.
Declaration
public readonly string IpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
NetType
IP network type:Public or Private.
Declaration
public readonly string NetType
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Intranet connection port.
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
ID of the VPC the instance belongs to.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
ID of the VSwitch the cluster belongs to.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |