public class FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
FCVolumeSourceFluent() |
FCVolumeSourceFluent(FCVolumeSource instance) |
public FCVolumeSourceFluent()
public FCVolumeSourceFluent(FCVolumeSource instance)
protected void copyInstance(FCVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public Integer getLun()
public boolean hasLun()
public Boolean getReadOnly()
public boolean hasReadOnly()
public A addAllToTargetWWNs(Collection<String> items)
public A removeAllFromTargetWWNs(Collection<String> items)
public String getTargetWWN(int index)
public String getFirstTargetWWN()
public String getLastTargetWWN()
public boolean hasTargetWWNs()
public A addAllToWwids(Collection<String> items)
public A removeAllFromWwids(Collection<String> items)
public String getWwid(int index)
public String getFirstWwid()
public String getLastWwid()
public boolean hasWwids()
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 FCVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FCVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2024 Red Hat. All rights reserved.