public interface ISCSIPersistentVolumeSourceFluent<A extends ISCSIPersistentVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
ISCSIPersistentVolumeSourceFluent.SecretRefNested<N> |
Boolean isChapAuthDiscovery()
Boolean hasChapAuthDiscovery()
A withNewChapAuthDiscovery(boolean arg1)
Boolean isChapAuthSession()
Boolean hasChapAuthSession()
A withNewChapAuthSession(boolean arg1)
String getFsType()
Boolean hasFsType()
A withNewFsType(StringBuilder arg1)
A withNewFsType(StringBuffer arg1)
String getInitiatorName()
Boolean hasInitiatorName()
A withNewInitiatorName(StringBuilder arg1)
A withNewInitiatorName(StringBuffer arg1)
String getIqn()
Boolean hasIqn()
A withNewIqn(StringBuilder arg1)
A withNewIqn(StringBuffer arg1)
String getIscsiInterface()
Boolean hasIscsiInterface()
A withNewIscsiInterface(StringBuilder arg1)
A withNewIscsiInterface(StringBuffer arg1)
Integer getLun()
Boolean hasLun()
A addAllToPortals(Collection<String> items)
A removeAllFromPortals(Collection<String> items)
String getPortal(int index)
String getFirstPortal()
String getLastPortal()
Boolean hasPortals()
A addNewPortal(StringBuilder arg1)
A addNewPortal(StringBuffer arg1)
Boolean isReadOnly()
Boolean hasReadOnly()
A withNewReadOnly(boolean arg1)
@Deprecated SecretReference getSecretRef()
SecretReference buildSecretRef()
A withSecretRef(SecretReference secretRef)
Boolean hasSecretRef()
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
ISCSIPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
String getTargetPortal()
Boolean hasTargetPortal()
A withNewTargetPortal(StringBuilder arg1)
A withNewTargetPortal(StringBuffer arg1)
Copyright © 2015–2020 Red Hat. All rights reserved.