Cluster Networks Ip Allocation Policy Args
data class ClusterNetworksIpAllocationPolicyArgs(val bondPolicy: Output<ClusterNetworksIpAllocationPolicyBondPolicyArgs>? = null, val machineTypePolicies: Output<List<ClusterNetworksIpAllocationPolicyMachineTypePolicyArgs>>? = null, val nodePolicies: Output<List<ClusterNetworksIpAllocationPolicyNodePolicyArgs>>? = null) : ConvertibleToJava<ClusterNetworksIpAllocationPolicyArgs>
Constructors
Link copied to clipboard
constructor(bondPolicy: Output<ClusterNetworksIpAllocationPolicyBondPolicyArgs>? = null, machineTypePolicies: Output<List<ClusterNetworksIpAllocationPolicyMachineTypePolicyArgs>>? = null, nodePolicies: Output<List<ClusterNetworksIpAllocationPolicyNodePolicyArgs>>? = null)
Properties
Link copied to clipboard
Bond policy See bond_policy
below.
Link copied to clipboard
val machineTypePolicies: Output<List<ClusterNetworksIpAllocationPolicyMachineTypePolicyArgs>>? = null
Model Assignment Policy See machine_type_policy
below.
Link copied to clipboard
Node allocation policy See node_policy
below.