GetEndpointsEndpointAddressItem

data class GetEndpointsEndpointAddressItem(val connectionString: String, val ipAddress: String, val netType: String, val port: String, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(connectionString: String, ipAddress: String, netType: String, port: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection instance string.

Link copied to clipboard

The ip address of connection string.

Link copied to clipboard

IP network type:Public or Private.

Link copied to clipboard

Intranet connection port.

Link copied to clipboard

ID of the VPC the instance belongs to.

Link copied to clipboard

ID of the vSwitch the cluster belongs to.