Class IoK8sApiCoreV1PortworxVolumeSource


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiCoreV1PortworxVolumeSource
    extends Object
    PortworxVolumeSource represents a Portworx volume resource.
    • Constructor Detail

      • IoK8sApiCoreV1PortworxVolumeSource

        public IoK8sApiCoreV1PortworxVolumeSource()
    • Method Detail

      • getFsType

        @Nullable
        public String getFsType()
        FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.
        Returns:
        fsType
      • setFsType

        public void setFsType​(String fsType)
      • getReadOnly

        @Nullable
        public Boolean getReadOnly()
        Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
        Returns:
        readOnly
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
      • getVolumeID

        public String getVolumeID()
        VolumeID uniquely identifies a Portworx volume
        Returns:
        volumeID
      • setVolumeID

        public void setVolumeID​(String volumeID)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object