Class ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>

    • Constructor Detail

      • ScaleIOVolumeSourceFluent

        public ScaleIOVolumeSourceFluent()
      • ScaleIOVolumeSourceFluent

        public ScaleIOVolumeSourceFluent​(ScaleIOVolumeSource instance)
    • Method Detail

      • getFsType

        public String getFsType()
      • withFsType

        public A withFsType​(String fsType)
      • hasFsType

        public boolean hasFsType()
      • getGateway

        public String getGateway()
      • withGateway

        public A withGateway​(String gateway)
      • hasGateway

        public boolean hasGateway()
      • getProtectionDomain

        public String getProtectionDomain()
      • withProtectionDomain

        public A withProtectionDomain​(String protectionDomain)
      • hasProtectionDomain

        public boolean hasProtectionDomain()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • hasSecretRef

        public boolean hasSecretRef()
      • withNewSecretRef

        public A withNewSecretRef​(String name)
      • getSslEnabled

        public Boolean getSslEnabled()
      • withSslEnabled

        public A withSslEnabled​(Boolean sslEnabled)
      • hasSslEnabled

        public boolean hasSslEnabled()
      • getStorageMode

        public String getStorageMode()
      • withStorageMode

        public A withStorageMode​(String storageMode)
      • hasStorageMode

        public boolean hasStorageMode()
      • getStoragePool

        public String getStoragePool()
      • withStoragePool

        public A withStoragePool​(String storagePool)
      • hasStoragePool

        public boolean hasStoragePool()
      • getSystem

        public String getSystem()
      • withSystem

        public A withSystem​(String system)
      • hasSystem

        public boolean hasSystem()
      • getVolumeName

        public String getVolumeName()
      • withVolumeName

        public A withVolumeName​(String volumeName)
      • hasVolumeName

        public boolean hasVolumeName()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOVolumeSourceFluent<A>>
      • withReadOnly

        public A withReadOnly()
      • withSslEnabled

        public A withSslEnabled()