Cluster Node Group Args
data class ClusterNodeGroupArgs(val additionalSecurityGroupIds: Output<List<String>>? = null, val costOptimizedConfig: Output<ClusterNodeGroupCostOptimizedConfigArgs>? = null, val dataDisks: Output<List<ClusterNodeGroupDataDiskArgs>>, val gracefulShutdown: Output<Boolean>? = null, val instanceTypes: Output<List<String>>, val nodeCount: Output<Int>, val nodeGroupName: Output<String>, val nodeGroupType: Output<String>, val paymentType: Output<String>? = null, val spotBidPrices: Output<List<ClusterNodeGroupSpotBidPriceArgs>>? = null, val spotInstanceRemedy: Output<Boolean>? = null, val subscriptionConfig: Output<ClusterNodeGroupSubscriptionConfigArgs>? = null, val systemDisk: Output<ClusterNodeGroupSystemDiskArgs>, val vswitchIds: Output<List<String>>? = null, val withPublicIp: Output<Boolean>? = null) : ConvertibleToJava<ClusterNodeGroupArgs>
Constructors
Link copied to clipboard
fun ClusterNodeGroupArgs(additionalSecurityGroupIds: Output<List<String>>? = null, costOptimizedConfig: Output<ClusterNodeGroupCostOptimizedConfigArgs>? = null, dataDisks: Output<List<ClusterNodeGroupDataDiskArgs>>, gracefulShutdown: Output<Boolean>? = null, instanceTypes: Output<List<String>>, nodeCount: Output<Int>, nodeGroupName: Output<String>, nodeGroupType: Output<String>, paymentType: Output<String>? = null, spotBidPrices: Output<List<ClusterNodeGroupSpotBidPriceArgs>>? = null, spotInstanceRemedy: Output<Boolean>? = null, subscriptionConfig: Output<ClusterNodeGroupSubscriptionConfigArgs>? = null, systemDisk: Output<ClusterNodeGroupSystemDiskArgs>, vswitchIds: Output<List<String>>? = null, withPublicIp: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard