Interface GkeonpremBareMetalAdminClusterStorageLvpShareConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.410Z") @Stability(Stable) public interface GkeonpremBareMetalAdminClusterStorageLvpShareConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalAdminClusterStorageLvpShareConfig.BuilderA builder forGkeonpremBareMetalAdminClusterStorageLvpShareConfigstatic classGkeonpremBareMetalAdminClusterStorageLvpShareConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalAdminClusterStorageLvpShareConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Builderbuilder()GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfiggetLvpConfig()lvp_config block.default NumbergetSharedPathPvCount()The number of subdirectories to create under path.
-
-
-
Method Detail
-
getLvpConfig
@Stability(Stable) @NotNull GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig getLvpConfig()
lvp_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#lvp_config GkeonpremBareMetalAdminCluster#lvp_config}
-
getSharedPathPvCount
@Stability(Stable) @Nullable default Number getSharedPathPvCount()
The number of subdirectories to create under path.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#shared_path_pv_count GkeonpremBareMetalAdminCluster#shared_path_pv_count}
-
builder
@Stability(Stable) static GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Builder builder()
-
-