public class RBDVolumeSourceFluentImpl<A extends RBDVolumeSourceFluent<A>> extends BaseFluent<A> implements RBDVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RBDVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
RBDVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
RBDVolumeSourceFluentImpl() |
RBDVolumeSourceFluentImpl(RBDVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToMonitors(java.util.Collection<java.lang.String> items) |
A |
addNewMonitor(java.lang.String arg1) |
A |
addNewMonitor(java.lang.StringBuffer arg1) |
A |
addNewMonitor(java.lang.StringBuilder arg1) |
A |
addToMonitors(int index,
java.lang.String item) |
A |
addToMonitors(java.lang.String... items) |
LocalObjectReference |
buildSecretRef() |
RBDVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
RBDVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(LocalObjectReference item) |
RBDVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstMonitor() |
java.lang.String |
getFsType() |
java.lang.String |
getImage() |
java.lang.String |
getKeyring() |
java.lang.String |
getLastMonitor() |
java.lang.String |
getMatchingMonitor(Predicate<java.lang.String> predicate) |
java.lang.String |
getMonitor(int index) |
java.util.List<java.lang.String> |
getMonitors() |
java.lang.String |
getPool() |
LocalObjectReference |
getSecretRef()
Deprecated.
|
java.lang.String |
getUser() |
java.lang.Boolean |
hasFsType() |
java.lang.Boolean |
hasImage() |
java.lang.Boolean |
hasKeyring() |
java.lang.Boolean |
hasMatchingMonitor(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasMonitors() |
java.lang.Boolean |
hasPool() |
java.lang.Boolean |
hasReadOnly() |
java.lang.Boolean |
hasSecretRef() |
java.lang.Boolean |
hasUser() |
java.lang.Boolean |
isReadOnly() |
A |
removeAllFromMonitors(java.util.Collection<java.lang.String> items) |
A |
removeFromMonitors(java.lang.String... items) |
A |
setToMonitors(int index,
java.lang.String item) |
A |
withFsType(java.lang.String fsType) |
A |
withImage(java.lang.String image) |
A |
withKeyring(java.lang.String keyring) |
A |
withMonitors(java.util.List<java.lang.String> monitors) |
A |
withMonitors(java.lang.String... monitors) |
A |
withNewFsType(java.lang.String arg1) |
A |
withNewFsType(java.lang.StringBuffer arg1) |
A |
withNewFsType(java.lang.StringBuilder arg1) |
A |
withNewImage(java.lang.String arg1) |
A |
withNewImage(java.lang.StringBuffer arg1) |
A |
withNewImage(java.lang.StringBuilder arg1) |
A |
withNewKeyring(java.lang.String arg1) |
A |
withNewKeyring(java.lang.StringBuffer arg1) |
A |
withNewKeyring(java.lang.StringBuilder arg1) |
A |
withNewPool(java.lang.String arg1) |
A |
withNewPool(java.lang.StringBuffer arg1) |
A |
withNewPool(java.lang.StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(java.lang.String arg1) |
RBDVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(java.lang.String name) |
RBDVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
A |
withNewUser(java.lang.String arg1) |
A |
withNewUser(java.lang.StringBuffer arg1) |
A |
withNewUser(java.lang.StringBuilder arg1) |
A |
withPool(java.lang.String pool) |
A |
withReadOnly(java.lang.Boolean readOnly) |
A |
withSecretRef(LocalObjectReference secretRef) |
A |
withUser(java.lang.String user) |
public RBDVolumeSourceFluentImpl()
public RBDVolumeSourceFluentImpl(RBDVolumeSource instance)
public java.lang.String getFsType()
getFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withFsType(java.lang.String fsType)
withFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasFsType()
hasFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewFsType(java.lang.String arg1)
withNewFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuilder arg1)
withNewFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuffer arg1)
withNewFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getImage()
getImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withImage(java.lang.String image)
withImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasImage()
hasImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewImage(java.lang.String arg1)
withNewImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewImage(java.lang.StringBuilder arg1)
withNewImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewImage(java.lang.StringBuffer arg1)
withNewImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getKeyring()
getKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withKeyring(java.lang.String keyring)
withKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasKeyring()
hasKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewKeyring(java.lang.String arg1)
withNewKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewKeyring(java.lang.StringBuilder arg1)
withNewKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewKeyring(java.lang.StringBuffer arg1)
withNewKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A addToMonitors(int index, java.lang.String item)
addToMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A setToMonitors(int index, java.lang.String item)
setToMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A addToMonitors(java.lang.String... items)
addToMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A addAllToMonitors(java.util.Collection<java.lang.String> items)
addAllToMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A removeFromMonitors(java.lang.String... items)
removeFromMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A removeAllFromMonitors(java.util.Collection<java.lang.String> items)
removeAllFromMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.util.List<java.lang.String> getMonitors()
getMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getMonitor(int index)
getMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getFirstMonitor()
getFirstMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getLastMonitor()
getLastMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getMatchingMonitor(Predicate<java.lang.String> predicate)
getMatchingMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasMatchingMonitor(Predicate<java.lang.String> predicate)
hasMatchingMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withMonitors(java.util.List<java.lang.String> monitors)
withMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withMonitors(java.lang.String... monitors)
withMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasMonitors()
hasMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A addNewMonitor(java.lang.String arg1)
addNewMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A addNewMonitor(java.lang.StringBuilder arg1)
addNewMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A addNewMonitor(java.lang.StringBuffer arg1)
addNewMonitor in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getPool()
getPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withPool(java.lang.String pool)
withPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasPool()
hasPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewPool(java.lang.String arg1)
withNewPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewPool(java.lang.StringBuilder arg1)
withNewPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewPool(java.lang.StringBuffer arg1)
withNewPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean isReadOnly()
isReadOnly in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withReadOnly(java.lang.Boolean readOnly)
withReadOnly in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasReadOnly()
hasReadOnly in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewReadOnly(java.lang.String arg1)
withNewReadOnly in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewReadOnly(boolean arg1)
withNewReadOnly in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>@Deprecated public LocalObjectReference getSecretRef()
getSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public LocalObjectReference buildSecretRef()
buildSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withSecretRef(LocalObjectReference secretRef)
withSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasSecretRef()
hasSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewSecretRef(java.lang.String name)
withNewSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
withNewSecretRefLike in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
editOrNewSecretRefLike in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.String getUser()
getUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withUser(java.lang.String user)
withUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public java.lang.Boolean hasUser()
hasUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewUser(java.lang.String arg1)
withNewUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewUser(java.lang.StringBuilder arg1)
withNewUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewUser(java.lang.StringBuffer arg1)
withNewUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.