Class ApigeeEnvironmentNodeConfig.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

      • getMaxNodeCount

        public final String getMaxNodeCount()
        Description copied from interface: ApigeeEnvironmentNodeConfig
        The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment.

        If not specified, the default is determined by the recommended maximum number of nodes for that gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment#max_node_count ApigeeEnvironment#max_node_count}

        Specified by:
        getMaxNodeCount in interface ApigeeEnvironmentNodeConfig
      • getMinNodeCount

        public final String getMinNodeCount()
        Description copied from interface: ApigeeEnvironmentNodeConfig
        The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment.

        If not specified, the default is determined by the recommended minimum number of nodes for that gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment#min_node_count ApigeeEnvironment#min_node_count}

        Specified by:
        getMinNodeCount in interface ApigeeEnvironmentNodeConfig
      • $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