Class PortworxVolume

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, java.io.Serializable

    @Generated("io.fabric8.java.generator.CRGeneratorRunner")
    public class PortworxVolume
    extends java.lang.Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PortworxVolume()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFsType()  
      java.lang.Boolean getReadOnly()  
      java.lang.String getVolumeID()  
      void setFsType​(java.lang.String fsType)  
      void setReadOnly​(java.lang.Boolean readOnly)  
      void setVolumeID​(java.lang.String volumeID)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortworxVolume

        public PortworxVolume()
    • Method Detail

      • getFsType

        public java.lang.String getFsType()
      • setFsType

        public void setFsType​(java.lang.String fsType)
      • getReadOnly

        public java.lang.Boolean getReadOnly()
      • setReadOnly

        public void setReadOnly​(java.lang.Boolean readOnly)
      • getVolumeID

        public java.lang.String getVolumeID()
      • setVolumeID

        public void setVolumeID​(java.lang.String volumeID)