Class ApigeeEnvironmentNodeConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • maxNodeCount

        @Stability(Stable)
        public ApigeeEnvironmentNodeConfig.Builder maxNodeCount​(String maxNodeCount)
        Parameters:
        maxNodeCount - 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}
        Returns:
        this
      • minNodeCount

        @Stability(Stable)
        public ApigeeEnvironmentNodeConfig.Builder minNodeCount​(String minNodeCount)
        Parameters:
        minNodeCount - 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}
        Returns:
        this