Class V1PhotonPersistentDiskVolumeSource

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PhotonPersistentDiskVolumeSource

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1PhotonPersistentDiskVolumeSource extends Object
Represents a Photon Controller persistent disk resource.
  • Field Details

  • Constructor Details

    • V1PhotonPersistentDiskVolumeSource

      public V1PhotonPersistentDiskVolumeSource(String pdID)
  • Method Details

    • 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.
      Returns:
      the fsType property value
    • setFsType

      public void setFsType(String fsType)
      Set the fsType property value
    • fsType

      Set fsType in a chainable fashion.
      Returns:
      The same instance of V1PhotonPersistentDiskVolumeSource for chaining.
    • getPdID

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

      public void setPdID(String pdID)
      Set the pdID property value
    • pdID

      Set pdID in a chainable fashion.
      Returns:
      The same instance of V1PhotonPersistentDiskVolumeSource for chaining.
    • 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