Class AppEngineFlexibleAppVersionResourcesVolumes.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionResourcesVolumes.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineFlexibleAppVersionResourcesVolumes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineFlexibleAppVersionResourcesVolumes
@Stability(Stable) @Internal public static final class AppEngineFlexibleAppVersionResourcesVolumes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineFlexibleAppVersionResourcesVolumes
An implementation forAppEngineFlexibleAppVersionResourcesVolumes
-
-
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.app_engine_flexible_app_version.AppEngineFlexibleAppVersionResourcesVolumes
AppEngineFlexibleAppVersionResourcesVolumes.Builder, AppEngineFlexibleAppVersionResourcesVolumes.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineFlexibleAppVersionResourcesVolumes.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionResourcesVolumes.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)StringgetName()Unique name for the volume.NumbergetSizeGb()Volume size in gigabytes.StringgetVolumeType()Underlying volume type, e.g.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(AppEngineFlexibleAppVersionResourcesVolumes.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionResourcesVolumes.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:AppEngineFlexibleAppVersionResourcesVolumesUnique name for the volume.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#name AppEngineFlexibleAppVersion#name}
- Specified by:
getNamein interfaceAppEngineFlexibleAppVersionResourcesVolumes
-
getSizeGb
public final Number getSizeGb()
Description copied from interface:AppEngineFlexibleAppVersionResourcesVolumesVolume size in gigabytes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#size_gb AppEngineFlexibleAppVersion#size_gb}
- Specified by:
getSizeGbin interfaceAppEngineFlexibleAppVersionResourcesVolumes
-
getVolumeType
public final String getVolumeType()
Description copied from interface:AppEngineFlexibleAppVersionResourcesVolumesUnderlying volume type, e.g. 'tmpfs'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#volume_type AppEngineFlexibleAppVersion#volume_type}
- Specified by:
getVolumeTypein interfaceAppEngineFlexibleAppVersionResourcesVolumes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-