Class AcsClusterPropertiesArgs


  • public final class AcsClusterPropertiesArgs
    extends com.pulumi.resources.ResourceArgs
    Information about the container service backing the cluster
    • Method Detail

      • agentCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> agentCount()
        Returns:
        The number of agent nodes in the Container Service. This can be changed to scale the cluster.
      • agentVmSize

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​AgentVMSizeTypes>>> agentVmSize()
        Returns:
        The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
      • masterCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> masterCount()
        Returns:
        The number of master nodes in the container service.
      • orchestratorProperties

        public java.util.Optional<com.pulumi.core.Output<KubernetesClusterPropertiesArgs>> orchestratorProperties()
        Returns:
        Orchestrator specific properties
      • orchestratorType

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​OrchestratorType>> orchestratorType()
        Returns:
        Type of orchestrator. It cannot be changed once the cluster is created.
      • systemServices

        public java.util.Optional<com.pulumi.core.Output<java.util.List<SystemServiceArgs>>> systemServices()
        Returns:
        The system services deployed to the cluster