InstanceZoneVswitchSecurityGroup

data class InstanceZoneVswitchSecurityGroup(val cidrBlock: String, val securityGroup: String, val vswitchId: String, val zoneId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR block of the VSwitch.

Link copied to clipboard

The ID of the security group.

Link copied to clipboard

The VSwitch ID.

Link copied to clipboard

The zone ID.