Class ApigeeEnvironmentNodeConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_environment.ApigeeEnvironmentNodeConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeEnvironmentNodeConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeEnvironmentNodeConfig
@Stability(Stable) @Internal public static final class ApigeeEnvironmentNodeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeEnvironmentNodeConfig
An implementation forApigeeEnvironmentNodeConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.apigee_environment.ApigeeEnvironmentNodeConfig
ApigeeEnvironmentNodeConfig.Builder, ApigeeEnvironmentNodeConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeEnvironmentNodeConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeEnvironmentNodeConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMaxNodeCount()The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment.StringgetMinNodeCount()The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(ApigeeEnvironmentNodeConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeEnvironmentNodeConfig.Builder.
-
-
Method Detail
-
getMaxNodeCount
public final String getMaxNodeCount()
Description copied from interface:ApigeeEnvironmentNodeConfigThe 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:
getMaxNodeCountin interfaceApigeeEnvironmentNodeConfig
-
getMinNodeCount
public final String getMinNodeCount()
Description copied from interface:ApigeeEnvironmentNodeConfigThe 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:
getMinNodeCountin interfaceApigeeEnvironmentNodeConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-