public class ScaleIOVolumeSourceFluentImpl<A extends ScaleIOVolumeSourceFluent<A>> extends BaseFluent<A> implements ScaleIOVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ScaleIOVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
ScaleIOVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
ScaleIOVolumeSourceFluentImpl() |
ScaleIOVolumeSourceFluentImpl(ScaleIOVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
LocalObjectReference |
buildSecretRef() |
ScaleIOVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
ScaleIOVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(LocalObjectReference item) |
ScaleIOVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFsType() |
java.lang.String |
getGateway() |
java.lang.String |
getProtectionDomain() |
LocalObjectReference |
getSecretRef()
Deprecated.
|
java.lang.String |
getStorageMode() |
java.lang.String |
getStoragePool() |
java.lang.String |
getSystem() |
java.lang.String |
getVolumeName() |
java.lang.Boolean |
hasFsType() |
java.lang.Boolean |
hasGateway() |
java.lang.Boolean |
hasProtectionDomain() |
java.lang.Boolean |
hasReadOnly() |
java.lang.Boolean |
hasSecretRef() |
java.lang.Boolean |
hasSslEnabled() |
java.lang.Boolean |
hasStorageMode() |
java.lang.Boolean |
hasStoragePool() |
java.lang.Boolean |
hasSystem() |
java.lang.Boolean |
hasVolumeName() |
java.lang.Boolean |
isReadOnly() |
java.lang.Boolean |
isSslEnabled() |
A |
withFsType(java.lang.String fsType) |
A |
withGateway(java.lang.String gateway) |
A |
withNewFsType(java.lang.String arg1) |
A |
withNewFsType(java.lang.StringBuffer arg1) |
A |
withNewFsType(java.lang.StringBuilder arg1) |
A |
withNewGateway(java.lang.String arg1) |
A |
withNewGateway(java.lang.StringBuffer arg1) |
A |
withNewGateway(java.lang.StringBuilder arg1) |
A |
withNewProtectionDomain(java.lang.String arg1) |
A |
withNewProtectionDomain(java.lang.StringBuffer arg1) |
A |
withNewProtectionDomain(java.lang.StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(java.lang.String arg1) |
ScaleIOVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(java.lang.String name) |
ScaleIOVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
A |
withNewSslEnabled(boolean arg1) |
A |
withNewSslEnabled(java.lang.String arg1) |
A |
withNewStorageMode(java.lang.String arg1) |
A |
withNewStorageMode(java.lang.StringBuffer arg1) |
A |
withNewStorageMode(java.lang.StringBuilder arg1) |
A |
withNewStoragePool(java.lang.String arg1) |
A |
withNewStoragePool(java.lang.StringBuffer arg1) |
A |
withNewStoragePool(java.lang.StringBuilder arg1) |
A |
withNewSystem(java.lang.String arg1) |
A |
withNewSystem(java.lang.StringBuffer arg1) |
A |
withNewSystem(java.lang.StringBuilder arg1) |
A |
withNewVolumeName(java.lang.String arg1) |
A |
withNewVolumeName(java.lang.StringBuffer arg1) |
A |
withNewVolumeName(java.lang.StringBuilder arg1) |
A |
withProtectionDomain(java.lang.String protectionDomain) |
A |
withReadOnly(java.lang.Boolean readOnly) |
A |
withSecretRef(LocalObjectReference secretRef) |
A |
withSslEnabled(java.lang.Boolean sslEnabled) |
A |
withStorageMode(java.lang.String storageMode) |
A |
withStoragePool(java.lang.String storagePool) |
A |
withSystem(java.lang.String system) |
A |
withVolumeName(java.lang.String volumeName) |
public ScaleIOVolumeSourceFluentImpl()
public ScaleIOVolumeSourceFluentImpl(ScaleIOVolumeSource instance)
public java.lang.String getFsType()
getFsType in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withFsType(java.lang.String fsType)
withFsType in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasFsType()
hasFsType in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewFsType(java.lang.String arg1)
withNewFsType in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuilder arg1)
withNewFsType in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuffer arg1)
withNewFsType in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.String getGateway()
getGateway in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withGateway(java.lang.String gateway)
withGateway in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasGateway()
hasGateway in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewGateway(java.lang.String arg1)
withNewGateway in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewGateway(java.lang.StringBuilder arg1)
withNewGateway in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewGateway(java.lang.StringBuffer arg1)
withNewGateway in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.String getProtectionDomain()
getProtectionDomain in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withProtectionDomain(java.lang.String protectionDomain)
withProtectionDomain in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasProtectionDomain()
hasProtectionDomain in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewProtectionDomain(java.lang.String arg1)
withNewProtectionDomain in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewProtectionDomain(java.lang.StringBuilder arg1)
withNewProtectionDomain in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewProtectionDomain(java.lang.StringBuffer arg1)
withNewProtectionDomain in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean isReadOnly()
isReadOnly in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withReadOnly(java.lang.Boolean readOnly)
withReadOnly in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasReadOnly()
hasReadOnly in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewReadOnly(java.lang.String arg1)
withNewReadOnly in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewReadOnly(boolean arg1)
withNewReadOnly in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>@Deprecated public LocalObjectReference getSecretRef()
getSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public LocalObjectReference buildSecretRef()
buildSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withSecretRef(LocalObjectReference secretRef)
withSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasSecretRef()
hasSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewSecretRef(java.lang.String name)
withNewSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
withNewSecretRefLike in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public ScaleIOVolumeSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
editOrNewSecretRefLike in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean isSslEnabled()
isSslEnabled in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withSslEnabled(java.lang.Boolean sslEnabled)
withSslEnabled in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasSslEnabled()
hasSslEnabled in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewSslEnabled(java.lang.String arg1)
withNewSslEnabled in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewSslEnabled(boolean arg1)
withNewSslEnabled in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.String getStorageMode()
getStorageMode in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withStorageMode(java.lang.String storageMode)
withStorageMode in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasStorageMode()
hasStorageMode in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewStorageMode(java.lang.String arg1)
withNewStorageMode in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewStorageMode(java.lang.StringBuilder arg1)
withNewStorageMode in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewStorageMode(java.lang.StringBuffer arg1)
withNewStorageMode in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.String getStoragePool()
getStoragePool in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withStoragePool(java.lang.String storagePool)
withStoragePool in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasStoragePool()
hasStoragePool in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewStoragePool(java.lang.String arg1)
withNewStoragePool in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewStoragePool(java.lang.StringBuilder arg1)
withNewStoragePool in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewStoragePool(java.lang.StringBuffer arg1)
withNewStoragePool in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.String getSystem()
getSystem in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withSystem(java.lang.String system)
withSystem in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasSystem()
hasSystem in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewSystem(java.lang.String arg1)
withNewSystem in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewSystem(java.lang.StringBuilder arg1)
withNewSystem in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewSystem(java.lang.StringBuffer arg1)
withNewSystem in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.String getVolumeName()
getVolumeName in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withVolumeName(java.lang.String volumeName)
withVolumeName in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public java.lang.Boolean hasVolumeName()
hasVolumeName in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewVolumeName(java.lang.String arg1)
withNewVolumeName in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewVolumeName(java.lang.StringBuilder arg1)
withNewVolumeName in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withNewVolumeName(java.lang.StringBuffer arg1)
withNewVolumeName in interface ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.