Node Group Ip Allocation Policy Args
data class NodeGroupIpAllocationPolicyArgs(val bondPolicy: Output<NodeGroupIpAllocationPolicyBondPolicyArgs>? = null, val machineTypePolicies: Output<List<NodeGroupIpAllocationPolicyMachineTypePolicyArgs>>? = null, val nodePolicies: Output<List<NodeGroupIpAllocationPolicyNodePolicyArgs>>? = null) : ConvertibleToJava<NodeGroupIpAllocationPolicyArgs>
Constructors
Link copied to clipboard
constructor(bondPolicy: Output<NodeGroupIpAllocationPolicyBondPolicyArgs>? = null, machineTypePolicies: Output<List<NodeGroupIpAllocationPolicyMachineTypePolicyArgs>>? = null, nodePolicies: Output<List<NodeGroupIpAllocationPolicyNodePolicyArgs>>? = null)