Cluster Networks Args
data class ClusterNetworksArgs(val ipAllocationPolicies: Output<List<ClusterNetworksIpAllocationPolicyArgs>>? = null, val newVpdInfo: Output<ClusterNetworksNewVpdInfoArgs>? = null, val securityGroupId: Output<String>? = null, val tailIpVersion: Output<String>? = null, val vpcId: Output<String>? = null, val vpdInfo: Output<ClusterNetworksVpdInfoArgs>? = null, val vswitchId: Output<String>? = null, val vswitchZoneId: Output<String>? = null) : ConvertibleToJava<ClusterNetworksArgs>
Constructors
Link copied to clipboard
constructor(ipAllocationPolicies: Output<List<ClusterNetworksIpAllocationPolicyArgs>>? = null, newVpdInfo: Output<ClusterNetworksNewVpdInfoArgs>? = null, securityGroupId: Output<String>? = null, tailIpVersion: Output<String>? = null, vpcId: Output<String>? = null, vpdInfo: Output<ClusterNetworksVpdInfoArgs>? = null, vswitchId: Output<String>? = null, vswitchZoneId: Output<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