NodeGroupIpAllocationPolicyArgs

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)

Properties

Link copied to clipboard

Specify the cluster subnet ID based on the bond name See bond_policy below.

Link copied to clipboard

Model Assignment Policy See machine_type_policy below.

Link copied to clipboard

Node allocation policy See node_policy below.

Functions

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