Class GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalClusterStorageLvpNodeMountsConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalClusterStorageLvpNodeMountsConfig
@Stability(Stable) @Internal public static final class GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalClusterStorageLvpNodeMountsConfig
An implementation forGkeonpremBareMetalClusterStorageLvpNodeMountsConfig
-
-
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.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterStorageLvpNodeMountsConfig
GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Builder, GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterStorageLvpNodeMountsConfig.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)StringgetPath()The host machine path.StringgetStorageClass()The StorageClass name that PVs will be created with.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(GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:GkeonpremBareMetalClusterStorageLvpNodeMountsConfigThe host machine path.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#path GkeonpremBareMetalCluster#path}
- Specified by:
getPathin interfaceGkeonpremBareMetalClusterStorageLvpNodeMountsConfig
-
getStorageClass
public final String getStorageClass()
Description copied from interface:GkeonpremBareMetalClusterStorageLvpNodeMountsConfigThe StorageClass name that PVs will be created with.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#storage_class GkeonpremBareMetalCluster#storage_class}
- Specified by:
getStorageClassin interfaceGkeonpremBareMetalClusterStorageLvpNodeMountsConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-