Class PhotonPersistentDiskVolumeSource

    • Constructor Detail

      • PhotonPersistentDiskVolumeSource

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

        public PhotonPersistentDiskVolumeSource​(String fsType,
                                                String pdID)
    • Method Detail

      • getFsType

        public String getFsType()
        fsType is the 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 the 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.
      • getPdID

        public String getPdID()
        pdID is the ID that identifies Photon Controller persistent disk
      • setPdID

        public void setPdID​(String pdID)
        pdID is the ID that identifies Photon Controller persistent disk
      • getAdditionalProperties

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

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

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