Class VsphereVirtualDiskVolumeSource.Builder

    • Method Detail

      • fsType

        public VsphereVirtualDiskVolumeSource.Builder fsType​(java.lang.String fsType)
        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.
        Returns:
        this.
      • storagePolicyID

        public VsphereVirtualDiskVolumeSource.Builder storagePolicyID​(java.lang.String storagePolicyID)
        storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
        Returns:
        this.
      • storagePolicyName

        public VsphereVirtualDiskVolumeSource.Builder storagePolicyName​(java.lang.String storagePolicyName)
        storagePolicyName is the storage Policy Based Management (SPBM) profile name.
        Returns:
        this.
      • volumePath

        public VsphereVirtualDiskVolumeSource.Builder volumePath​(@NonNull
                                                                 @NonNull java.lang.String volumePath)
        volumePath is the path that identifies vSphere volume vmdk
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object