GetEndpointsEndpointIpConfig

data class GetEndpointsEndpointIpConfig(val cidrBlock: String, val ip: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, ip: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Subnet mask.

Link copied to clipboard
val ip: String

The IP address within the parameter range of the subnet mask. NOTE: It is recommended to use the IP address assigned by the system.

Link copied to clipboard

The Vswitch id.

Link copied to clipboard

The Zone ID.