Package io.fabric8.kubernetes.api.model
Class ScaleIOPersistentVolumeSourceFluent<A extends ScaleIOPersistentVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent<A>
-
- Direct Known Subclasses:
PersistentVolumeSpecFluent.ScaleIONested
,ScaleIOPersistentVolumeSourceBuilder
public class ScaleIOPersistentVolumeSourceFluent<A extends ScaleIOPersistentVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description ScaleIOPersistentVolumeSourceFluent()
ScaleIOPersistentVolumeSourceFluent(ScaleIOPersistentVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
ScaleIOPersistentVolumeSourceFluent
public ScaleIOPersistentVolumeSourceFluent()
-
ScaleIOPersistentVolumeSourceFluent
public ScaleIOPersistentVolumeSourceFluent(ScaleIOPersistentVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ScaleIOPersistentVolumeSource instance)
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getGateway
public String getGateway()
-
hasGateway
public boolean hasGateway()
-
getProtectionDomain
public String getProtectionDomain()
-
hasProtectionDomain
public boolean hasProtectionDomain()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public SecretReference buildSecretRef()
-
withSecretRef
public A withSecretRef(SecretReference secretRef)
-
hasSecretRef
public boolean hasSecretRef()
-
withNewSecretRef
public ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
public ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
-
editSecretRef
public ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
public ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public ScaleIOPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
-
getSslEnabled
public Boolean getSslEnabled()
-
hasSslEnabled
public boolean hasSslEnabled()
-
getStorageMode
public String getStorageMode()
-
hasStorageMode
public boolean hasStorageMode()
-
getStoragePool
public String getStoragePool()
-
hasStoragePool
public boolean hasStoragePool()
-
getSystem
public String getSystem()
-
hasSystem
public boolean hasSystem()
-
getVolumeName
public String getVolumeName()
-
hasVolumeName
public boolean hasVolumeName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOPersistentVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOPersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
withSslEnabled
public A withSslEnabled()
-
-