Package org.cdk8s.plus25.k8s
Interface VsphereVirtualDiskVolumeSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VsphereVirtualDiskVolumeSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.852Z") @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 classVsphereVirtualDiskVolumeSource.BuilderA builder forVsphereVirtualDiskVolumeSourcestatic classVsphereVirtualDiskVolumeSource.Jsii$ProxyAn implementation forVsphereVirtualDiskVolumeSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VsphereVirtualDiskVolumeSource.Builderbuilder()default StringgetFsType()fsType is filesystem type to mount.default StringgetStoragePolicyId()storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.default StringgetStoragePolicyName()storagePolicyName is the storage Policy Based Management (SPBM) profile name.StringgetVolumePath()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()
-
-