Class VsphereVirtualDiskVolumeSource

    • Constructor Detail

      • VsphereVirtualDiskVolumeSource

        public VsphereVirtualDiskVolumeSource()
        No args constructor for use in serialization
      • VsphereVirtualDiskVolumeSource

        public VsphereVirtualDiskVolumeSource​(String fsType,
                                              String storagePolicyID,
                                              String storagePolicyName,
                                              String volumePath)
    • Method Detail

      • getFsType

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

        public void setFsType​(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.
      • getStoragePolicyID

        public String getStoragePolicyID()
        storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
      • setStoragePolicyID

        public void setStoragePolicyID​(String storagePolicyID)
        storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
      • getStoragePolicyName

        public String getStoragePolicyName()
        storagePolicyName is the storage Policy Based Management (SPBM) profile name.
      • setStoragePolicyName

        public void setStoragePolicyName​(String storagePolicyName)
        storagePolicyName is the storage Policy Based Management (SPBM) profile name.
      • getVolumePath

        public String getVolumePath()
        volumePath is the path that identifies vSphere volume vmdk
      • setVolumePath

        public void setVolumePath​(String volumePath)
        volumePath is the path that identifies vSphere volume vmdk
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)