Class V1PhotonPersistentDiskVolumeSource

java.lang.Object
io.kubernetes.client.openapi.models.V1PhotonPersistentDiskVolumeSource

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-12-05T08:14:34.919Z[Etc/UTC]") public class V1PhotonPersistentDiskVolumeSource extends Object
Represents a Photon Controller persistent disk resource.
  • Field Details

  • Constructor Details

    • V1PhotonPersistentDiskVolumeSource

      public V1PhotonPersistentDiskVolumeSource()
  • Method Details

    • fsType

    • getFsType

      @Nullable 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.
      Returns:
      fsType
    • setFsType

      public void setFsType(String fsType)
    • pdID

    • getPdID

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

      public void setPdID(String pdID)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object