Class ContainerClusterClusterAutoscaling.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getAutoProvisioningLocations

        public final List<String> getAutoProvisioningLocations()
        Description copied from interface: ContainerClusterClusterAutoscaling
        The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#auto_provisioning_locations ContainerCluster#auto_provisioning_locations}

        Specified by:
        getAutoProvisioningLocations in interface ContainerClusterClusterAutoscaling
      • getAutoscalingProfile

        public final String getAutoscalingProfile()
        Description copied from interface: ContainerClusterClusterAutoscaling
        Configuration options for the Autoscaling profile feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability when deciding to remove nodes from a cluster.

        Can be BALANCED or OPTIMIZE_UTILIZATION. Defaults to BALANCED. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#autoscaling_profile ContainerCluster#autoscaling_profile}

        Specified by:
        getAutoscalingProfile in interface ContainerClusterClusterAutoscaling
      • getEnabled

        public final Object getEnabled()
        Description copied from interface: ContainerClusterClusterAutoscaling
        Whether node auto-provisioning is enabled. Resource limits for cpu and memory must be defined to enable node auto-provisioning.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enabled ContainerCluster#enabled}

        Specified by:
        getEnabled in interface ContainerClusterClusterAutoscaling
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object