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.
    • 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.