Interface ApigeeEnvironmentNodeConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApigeeEnvironmentNodeConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.338Z") @Stability(Stable) public interface ApigeeEnvironmentNodeConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeEnvironmentNodeConfig.BuilderA builder forApigeeEnvironmentNodeConfigstatic classApigeeEnvironmentNodeConfig.Jsii$ProxyAn implementation forApigeeEnvironmentNodeConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ApigeeEnvironmentNodeConfig.Builderbuilder()default StringgetMaxNodeCount()The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment.default StringgetMinNodeCount()The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment.
-
-
-
Method Detail
-
getMaxNodeCount
@Stability(Stable) @Nullable default String getMaxNodeCount()
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}
-
getMinNodeCount
@Stability(Stable) @Nullable default String getMinNodeCount()
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}
-
builder
@Stability(Stable) static ApigeeEnvironmentNodeConfig.Builder builder()
-
-