InstanceToConnectVpcIpBlock

data class InstanceToConnectVpcIpBlock(val cidrBlock: String, val customized: Boolean? = null, val vswitchId: String? = null, val zoneId: String? = null)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, customized: Boolean? = null, vswitchId: String? = null, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR block of the VSwitch.

Link copied to clipboard
val customized: Boolean? = null

Specifies whether the IP block is customized.

Link copied to clipboard
val vswitchId: String? = null

The VSwitch ID.

Link copied to clipboard
val zoneId: String? = null

The zone ID.