Acs Cluster Properties Args
data class AcsClusterPropertiesArgs(val agentCount: Output<Int>? = null, val agentVmSize: Output<Either<String, AgentVMSizeTypes>>? = null, val masterCount: Output<Int>? = null, val orchestratorProperties: Output<KubernetesClusterPropertiesArgs>? = null, val orchestratorType: Output<Either<String, OrchestratorType>>, val systemServices: Output<List<SystemServiceArgs>>? = null) : ConvertibleToJava<AcsClusterPropertiesArgs>
Information about the container service backing the cluster
Constructors
Link copied to clipboard
fun AcsClusterPropertiesArgs(agentCount: Output<Int>? = null, agentVmSize: Output<Either<String, AgentVMSizeTypes>>? = null, masterCount: Output<Int>? = null, orchestratorProperties: Output<KubernetesClusterPropertiesArgs>? = null, orchestratorType: Output<Either<String, OrchestratorType>>, systemServices: Output<List<SystemServiceArgs>>? = null)