Package org.cdk8s.plus24.k8s
Interface VsphereVirtualDiskVolumeSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VsphereVirtualDiskVolumeSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.361Z") @Stability(Stable) public interface VsphereVirtualDiskVolumeSource extends software.amazon.jsii.JsiiSerializable
Represents a vSphere volume resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
VsphereVirtualDiskVolumeSource.Builder
A builder forVsphereVirtualDiskVolumeSource
static class
VsphereVirtualDiskVolumeSource.Jsii$Proxy
An implementation forVsphereVirtualDiskVolumeSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VsphereVirtualDiskVolumeSource.Builder
builder()
default String
getFsType()
fsType is filesystem type to mount.default String
getStoragePolicyId()
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.default String
getStoragePolicyName()
storagePolicyName is the storage Policy Based Management (SPBM) profile name.String
getVolumePath()
volumePath is the path that identifies vSphere volume vmdk.
-
-
-
Method Detail
-
getVolumePath
@Stability(Stable) @NotNull String getVolumePath()
volumePath is the path that identifies vSphere volume vmdk.
-
getFsType
@Stability(Stable) @Nullable default String getFsType()
fsType is filesystem type to mount.Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
-
getStoragePolicyId
@Stability(Stable) @Nullable default String getStoragePolicyId()
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
-
getStoragePolicyName
@Stability(Stable) @Nullable default String getStoragePolicyName()
storagePolicyName is the storage Policy Based Management (SPBM) profile name.
-
builder
@Stability(Stable) static VsphereVirtualDiskVolumeSource.Builder builder()
-
-