Cluster Networks
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)
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
Security group ID
Link copied to clipboard
IP version
Link copied to clipboard
Multiplexing VPD information See vpd_info
below.
Link copied to clipboard
Switch ZoneID