Show / Hide Table of Contents

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 Source

ConnectionString

Connection instance string.

Declaration
public readonly string ConnectionString
Field Value
Type Description
System.String
View Source

IpAddress

The ip address of connection string.

Declaration
public readonly string IpAddress
Field Value
Type Description
System.String
View Source

NetType

IP network type:Public or Private.

Declaration
public readonly string NetType
Field Value
Type Description
System.String
View Source

Port

Intranet connection port.

Declaration
public readonly string Port
Field Value
Type Description
System.String
View Source

VpcId

ID of the VPC the instance belongs to.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
View Source

VswitchId

ID of the VSwitch the cluster belongs to.

Declaration
public readonly string VswitchId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.