NodeGroupIpAllocationPolicyBondPolicyArgs

data class NodeGroupIpAllocationPolicyBondPolicyArgs(val bondDefaultSubnet: Output<String>? = null, val bonds: Output<List<NodeGroupIpAllocationPolicyBondPolicyBondArgs>>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyBondPolicyArgs>

Constructors

constructor(bondDefaultSubnet: Output<String>? = null, bonds: Output<List<NodeGroupIpAllocationPolicyBondPolicyBondArgs>>? = null)

Properties

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

Default bond cluster subnet

Link copied to clipboard

Bond information See bonds below.

Functions

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