Package org.cdk8s.plus25.k8s
Class VsphereVirtualDiskVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.VsphereVirtualDiskVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
VsphereVirtualDiskVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VsphereVirtualDiskVolumeSource
@Stability(Stable) @Internal public static final class VsphereVirtualDiskVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VsphereVirtualDiskVolumeSource
An implementation forVsphereVirtualDiskVolumeSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.VsphereVirtualDiskVolumeSource
VsphereVirtualDiskVolumeSource.Builder, VsphereVirtualDiskVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VsphereVirtualDiskVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theVsphereVirtualDiskVolumeSource.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)StringgetFsType()fsType is filesystem type to mount.StringgetStoragePolicyId()storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.StringgetStoragePolicyName()storagePolicyName is the storage Policy Based Management (SPBM) profile name.StringgetVolumePath()volumePath is the path that identifies vSphere volume vmdk.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(VsphereVirtualDiskVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theVsphereVirtualDiskVolumeSource.Builder.
-
-
Method Detail
-
getVolumePath
public final String getVolumePath()
Description copied from interface:VsphereVirtualDiskVolumeSourcevolumePath is the path that identifies vSphere volume vmdk.- Specified by:
getVolumePathin interfaceVsphereVirtualDiskVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:VsphereVirtualDiskVolumeSourcefsType 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.
- Specified by:
getFsTypein interfaceVsphereVirtualDiskVolumeSource
-
getStoragePolicyId
public final String getStoragePolicyId()
Description copied from interface:VsphereVirtualDiskVolumeSourcestoragePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.- Specified by:
getStoragePolicyIdin interfaceVsphereVirtualDiskVolumeSource
-
getStoragePolicyName
public final String getStoragePolicyName()
Description copied from interface:VsphereVirtualDiskVolumeSourcestoragePolicyName is the storage Policy Based Management (SPBM) profile name.- Specified by:
getStoragePolicyNamein interfaceVsphereVirtualDiskVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-