public class ISCSIPersistentVolumeSourceFluentImpl<A extends ISCSIPersistentVolumeSourceFluent<A>> extends BaseFluent<A> implements ISCSIPersistentVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ISCSIPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
ISCSIPersistentVolumeSourceFluentImpl() |
ISCSIPersistentVolumeSourceFluentImpl(ISCSIPersistentVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToPortals(java.util.Collection<java.lang.String> items) |
A |
addNewPortal(java.lang.String arg1) |
A |
addNewPortal(java.lang.StringBuffer arg1) |
A |
addNewPortal(java.lang.StringBuilder arg1) |
A |
addToPortals(int index,
java.lang.String item) |
A |
addToPortals(java.lang.String... items) |
SecretReference |
buildSecretRef() |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(SecretReference item) |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstPortal() |
java.lang.String |
getFsType() |
java.lang.String |
getInitiatorName() |
java.lang.String |
getIqn() |
java.lang.String |
getIscsiInterface() |
java.lang.String |
getLastPortal() |
java.lang.Integer |
getLun() |
java.lang.String |
getMatchingPortal(Predicate<java.lang.String> predicate) |
java.lang.String |
getPortal(int index) |
java.util.List<java.lang.String> |
getPortals() |
SecretReference |
getSecretRef()
Deprecated.
|
java.lang.String |
getTargetPortal() |
java.lang.Boolean |
hasChapAuthDiscovery() |
java.lang.Boolean |
hasChapAuthSession() |
java.lang.Boolean |
hasFsType() |
java.lang.Boolean |
hasInitiatorName() |
java.lang.Boolean |
hasIqn() |
java.lang.Boolean |
hasIscsiInterface() |
java.lang.Boolean |
hasLun() |
java.lang.Boolean |
hasMatchingPortal(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasPortals() |
java.lang.Boolean |
hasReadOnly() |
java.lang.Boolean |
hasSecretRef() |
java.lang.Boolean |
hasTargetPortal() |
java.lang.Boolean |
isChapAuthDiscovery() |
java.lang.Boolean |
isChapAuthSession() |
java.lang.Boolean |
isReadOnly() |
A |
removeAllFromPortals(java.util.Collection<java.lang.String> items) |
A |
removeFromPortals(java.lang.String... items) |
A |
setToPortals(int index,
java.lang.String item) |
A |
withChapAuthDiscovery(java.lang.Boolean chapAuthDiscovery) |
A |
withChapAuthSession(java.lang.Boolean chapAuthSession) |
A |
withFsType(java.lang.String fsType) |
A |
withInitiatorName(java.lang.String initiatorName) |
A |
withIqn(java.lang.String iqn) |
A |
withIscsiInterface(java.lang.String iscsiInterface) |
A |
withLun(java.lang.Integer lun) |
A |
withNewChapAuthDiscovery(boolean arg1) |
A |
withNewChapAuthDiscovery(java.lang.String arg1) |
A |
withNewChapAuthSession(boolean arg1) |
A |
withNewChapAuthSession(java.lang.String arg1) |
A |
withNewFsType(java.lang.String arg1) |
A |
withNewFsType(java.lang.StringBuffer arg1) |
A |
withNewFsType(java.lang.StringBuilder arg1) |
A |
withNewInitiatorName(java.lang.String arg1) |
A |
withNewInitiatorName(java.lang.StringBuffer arg1) |
A |
withNewInitiatorName(java.lang.StringBuilder arg1) |
A |
withNewIqn(java.lang.String arg1) |
A |
withNewIqn(java.lang.StringBuffer arg1) |
A |
withNewIqn(java.lang.StringBuilder arg1) |
A |
withNewIscsiInterface(java.lang.String arg1) |
A |
withNewIscsiInterface(java.lang.StringBuffer arg1) |
A |
withNewIscsiInterface(java.lang.StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(java.lang.String arg1) |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(java.lang.String name,
java.lang.String namespace) |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(SecretReference item) |
A |
withNewTargetPortal(java.lang.String arg1) |
A |
withNewTargetPortal(java.lang.StringBuffer arg1) |
A |
withNewTargetPortal(java.lang.StringBuilder arg1) |
A |
withPortals(java.util.List<java.lang.String> portals) |
A |
withPortals(java.lang.String... portals) |
A |
withReadOnly(java.lang.Boolean readOnly) |
A |
withSecretRef(SecretReference secretRef) |
A |
withTargetPortal(java.lang.String targetPortal) |
public ISCSIPersistentVolumeSourceFluentImpl()
public ISCSIPersistentVolumeSourceFluentImpl(ISCSIPersistentVolumeSource instance)
public java.lang.Boolean isChapAuthDiscovery()
isChapAuthDiscovery in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withChapAuthDiscovery(java.lang.Boolean chapAuthDiscovery)
withChapAuthDiscovery in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasChapAuthDiscovery()
hasChapAuthDiscovery in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewChapAuthDiscovery(java.lang.String arg1)
withNewChapAuthDiscovery in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewChapAuthDiscovery(boolean arg1)
withNewChapAuthDiscovery in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean isChapAuthSession()
isChapAuthSession in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withChapAuthSession(java.lang.Boolean chapAuthSession)
withChapAuthSession in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasChapAuthSession()
hasChapAuthSession in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewChapAuthSession(java.lang.String arg1)
withNewChapAuthSession in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewChapAuthSession(boolean arg1)
withNewChapAuthSession in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getFsType()
getFsType in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withFsType(java.lang.String fsType)
withFsType in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasFsType()
hasFsType in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewFsType(java.lang.String arg1)
withNewFsType in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuilder arg1)
withNewFsType in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuffer arg1)
withNewFsType in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getInitiatorName()
getInitiatorName in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withInitiatorName(java.lang.String initiatorName)
withInitiatorName in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasInitiatorName()
hasInitiatorName in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewInitiatorName(java.lang.String arg1)
withNewInitiatorName in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewInitiatorName(java.lang.StringBuilder arg1)
withNewInitiatorName in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewInitiatorName(java.lang.StringBuffer arg1)
withNewInitiatorName in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getIqn()
getIqn in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withIqn(java.lang.String iqn)
withIqn in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasIqn()
hasIqn in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewIqn(java.lang.String arg1)
withNewIqn in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewIqn(java.lang.StringBuilder arg1)
withNewIqn in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewIqn(java.lang.StringBuffer arg1)
withNewIqn in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getIscsiInterface()
getIscsiInterface in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withIscsiInterface(java.lang.String iscsiInterface)
withIscsiInterface in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasIscsiInterface()
hasIscsiInterface in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewIscsiInterface(java.lang.String arg1)
withNewIscsiInterface in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewIscsiInterface(java.lang.StringBuilder arg1)
withNewIscsiInterface in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewIscsiInterface(java.lang.StringBuffer arg1)
withNewIscsiInterface in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Integer getLun()
getLun in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withLun(java.lang.Integer lun)
withLun in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasLun()
hasLun in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A addToPortals(int index, java.lang.String item)
addToPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A setToPortals(int index, java.lang.String item)
setToPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A addToPortals(java.lang.String... items)
addToPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A addAllToPortals(java.util.Collection<java.lang.String> items)
addAllToPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A removeFromPortals(java.lang.String... items)
removeFromPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A removeAllFromPortals(java.util.Collection<java.lang.String> items)
removeAllFromPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.util.List<java.lang.String> getPortals()
getPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getPortal(int index)
getPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getFirstPortal()
getFirstPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getLastPortal()
getLastPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getMatchingPortal(Predicate<java.lang.String> predicate)
getMatchingPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasMatchingPortal(Predicate<java.lang.String> predicate)
hasMatchingPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withPortals(java.util.List<java.lang.String> portals)
withPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withPortals(java.lang.String... portals)
withPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasPortals()
hasPortals in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A addNewPortal(java.lang.String arg1)
addNewPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A addNewPortal(java.lang.StringBuilder arg1)
addNewPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A addNewPortal(java.lang.StringBuffer arg1)
addNewPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean isReadOnly()
isReadOnly in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withReadOnly(java.lang.Boolean readOnly)
withReadOnly in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasReadOnly()
hasReadOnly in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewReadOnly(java.lang.String arg1)
withNewReadOnly in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewReadOnly(boolean arg1)
withNewReadOnly in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>@Deprecated public SecretReference getSecretRef()
getSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public SecretReference buildSecretRef()
buildSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withSecretRef(SecretReference secretRef)
withSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasSecretRef()
hasSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewSecretRef(java.lang.String name, java.lang.String namespace)
withNewSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
withNewSecretRefLike in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
editOrNewSecretRefLike in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.String getTargetPortal()
getTargetPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withTargetPortal(java.lang.String targetPortal)
withTargetPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasTargetPortal()
hasTargetPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewTargetPortal(java.lang.String arg1)
withNewTargetPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewTargetPortal(java.lang.StringBuilder arg1)
withNewTargetPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public A withNewTargetPortal(java.lang.StringBuffer arg1)
withNewTargetPortal in interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.