ClusterNetworksIpAllocationPolicyArgs

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

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(): ClusterNetworksIpAllocationPolicyArgs