Interface GkeonpremBareMetalClusterStorageLvpNodeMountsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.444Z") @Stability(Stable) public interface GkeonpremBareMetalClusterStorageLvpNodeMountsConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterStorageLvpNodeMountsConfig.BuilderA builder forGkeonpremBareMetalClusterStorageLvpNodeMountsConfigstatic classGkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterStorageLvpNodeMountsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Builderbuilder()StringgetPath()The host machine path.StringgetStorageClass()The StorageClass name that PVs will be created with.
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
The 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}
-
getStorageClass
@Stability(Stable) @NotNull String getStorageClass()
The 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}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterStorageLvpNodeMountsConfig.Builder builder()
-
-