Class ScaleIOFluent<A extends ScaleIOFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    ScaleIOBuilder, VolumesFluent.ScaleIONested

    public class ScaleIOFluent<A extends ScaleIOFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • ScaleIOFluent

        public ScaleIOFluent()
      • ScaleIOFluent

        public ScaleIOFluent​(ScaleIO 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()
      • buildSecretRef

        public SecretRef buildSecretRef()
      • withSecretRef

        public A withSecretRef​(SecretRef secretRef)
      • hasSecretRef

        public boolean hasSecretRef()
      • 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()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOFluent<A>>
      • hashCode

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

        public A withReadOnly()
      • withSslEnabled

        public A withSslEnabled()