Class MemcacheInstanceNodeConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.memcache_instance.MemcacheInstanceNodeConfig.Jsii$Proxy
-
- All Implemented Interfaces:
MemcacheInstanceNodeConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MemcacheInstanceNodeConfig
@Stability(Stable) @Internal public static final class MemcacheInstanceNodeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MemcacheInstanceNodeConfig
An implementation forMemcacheInstanceNodeConfig
-
-
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.memcache_instance.MemcacheInstanceNodeConfig
MemcacheInstanceNodeConfig.Builder, MemcacheInstanceNodeConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MemcacheInstanceNodeConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theMemcacheInstanceNodeConfig.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)NumbergetCpuCount()Number of CPUs per node.NumbergetMemorySizeMb()Memory size in Mebibytes for each memcache node.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(MemcacheInstanceNodeConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theMemcacheInstanceNodeConfig.Builder.
-
-
Method Detail
-
getCpuCount
public final Number getCpuCount()
Description copied from interface:MemcacheInstanceNodeConfigNumber of CPUs per node.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/memcache_instance#cpu_count MemcacheInstance#cpu_count}
- Specified by:
getCpuCountin interfaceMemcacheInstanceNodeConfig
-
getMemorySizeMb
public final Number getMemorySizeMb()
Description copied from interface:MemcacheInstanceNodeConfigMemory size in Mebibytes for each memcache node.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/memcache_instance#memory_size_mb MemcacheInstance#memory_size_mb}
- Specified by:
getMemorySizeMbin interfaceMemcacheInstanceNodeConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-