ClusterNetworks

data class ClusterNetworks(val ipAllocationPolicies: List<ClusterNetworksIpAllocationPolicy>? = null, val newVpdInfo: ClusterNetworksNewVpdInfo? = null, val securityGroupId: String? = null, val tailIpVersion: String? = null, val vpcId: String? = null, val vpdInfo: ClusterNetworksVpdInfo? = null, val vswitchId: String? = null, val vswitchZoneId: String? = null)

Constructors

Link copied to clipboard
constructor(ipAllocationPolicies: List<ClusterNetworksIpAllocationPolicy>? = null, newVpdInfo: ClusterNetworksNewVpdInfo? = null, securityGroupId: String? = null, tailIpVersion: String? = null, vpcId: String? = null, vpdInfo: ClusterNetworksVpdInfo? = null, vswitchId: String? = null, vswitchZoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IP allocation policy See ip_allocation_policy below.

Link copied to clipboard

Vpd configuration information See new_vpd_info below.

Link copied to clipboard
val securityGroupId: String? = null

Security group ID

Link copied to clipboard
val tailIpVersion: String? = null

IP version

Link copied to clipboard
val vpcId: String? = null

VPC ID

Link copied to clipboard

Multiplexing VPD information See vpd_info below.

Link copied to clipboard
val vswitchId: String? = null

Switch ID

Link copied to clipboard
val vswitchZoneId: String? = null

Switch ZoneID