public class ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ISCSIVolumeSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
ISCSIVolumeSourceFluent() |
ISCSIVolumeSourceFluent(ISCSIVolumeSource instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ISCSIVolumeSourceFluent()
public ISCSIVolumeSourceFluent(ISCSIVolumeSource instance)
protected void copyInstance(ISCSIVolumeSource instance)
public Boolean getChapAuthDiscovery()
public boolean hasChapAuthDiscovery()
public Boolean getChapAuthSession()
public boolean hasChapAuthSession()
public String getFsType()
public boolean hasFsType()
public String getInitiatorName()
public boolean hasInitiatorName()
public String getIqn()
public boolean hasIqn()
public String getIscsiInterface()
public boolean hasIscsiInterface()
public Integer getLun()
public boolean hasLun()
public A addAllToPortals(Collection<String> items)
public A removeAllFromPortals(Collection<String> items)
public String getPortal(int index)
public String getFirstPortal()
public String getLastPortal()
public boolean hasPortals()
public Boolean getReadOnly()
public boolean hasReadOnly()
public LocalObjectReference buildSecretRef()
public A withSecretRef(LocalObjectReference secretRef)
public boolean hasSecretRef()
public ISCSIVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
public ISCSIVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
public ISCSIVolumeSourceFluent.SecretRefNested<A> editSecretRef()
public ISCSIVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public ISCSIVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
public String getTargetPortal()
public boolean hasTargetPortal()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ISCSIVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ISCSIVolumeSourceFluent<A>>public A withChapAuthDiscovery()
public A withChapAuthSession()
public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.