Class ScaleIOVolumeSource

    • Constructor Detail

      • ScaleIOVolumeSource

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

        public ScaleIOVolumeSource​(String fsType,
                                   String gateway,
                                   String protectionDomain,
                                   Boolean readOnly,
                                   LocalObjectReference secretRef,
                                   Boolean sslEnabled,
                                   String storageMode,
                                   String storagePool,
                                   String system,
                                   String volumeName)
        Parameters:
        system -
        protectionDomain -
        sslEnabled -
        storageMode -
        volumeName -
        secretRef -
        readOnly -
        fsType -
        storagePool -
        gateway -
    • Method Detail

      • getFsType

        public String getFsType()
      • setFsType

        public void setFsType​(String fsType)
      • getGateway

        public String getGateway()
      • setGateway

        public void setGateway​(String gateway)
      • getProtectionDomain

        public String getProtectionDomain()
      • setProtectionDomain

        public void setProtectionDomain​(String protectionDomain)
      • getReadOnly

        public Boolean getReadOnly()
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
      • getSslEnabled

        public Boolean getSslEnabled()
      • setSslEnabled

        public void setSslEnabled​(Boolean sslEnabled)
      • getStorageMode

        public String getStorageMode()
      • setStorageMode

        public void setStorageMode​(String storageMode)
      • getStoragePool

        public String getStoragePool()
      • setStoragePool

        public void setStoragePool​(String storagePool)
      • getSystem

        public String getSystem()
      • setSystem

        public void setSystem​(String system)
      • getVolumeName

        public String getVolumeName()
      • setVolumeName

        public void setVolumeName​(String volumeName)
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)