ClusterNetworksArgs

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
val securityGroupId: Output<String>? = null

Security group ID

Link copied to clipboard
val tailIpVersion: Output<String>? = null

IP version

Link copied to clipboard
val vpcId: Output<String>? = null

VPC ID

Link copied to clipboard
val vpdInfo: Output<ClusterNetworksVpdInfoArgs>? = null

Multiplexing VPD information See vpd_info below.

Link copied to clipboard
val vswitchId: Output<String>? = null

Switch ID

Link copied to clipboard
val vswitchZoneId: Output<String>? = null

Switch ZoneID

Functions

Link copied to clipboard
open override fun toJava(): ClusterNetworksArgs