EndpointIpConfig

data class EndpointIpConfig(val cidrBlock: String, val ip: String? = null, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, ip: String? = null, 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? = null

The IP address within the parameter range of the subnet mask. 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.