public class ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ScaleIOVolumeSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
ScaleIOVolumeSourceFluent() |
ScaleIOVolumeSourceFluent(ScaleIOVolumeSource instance) |
public ScaleIOVolumeSourceFluent()
public ScaleIOVolumeSourceFluent(ScaleIOVolumeSource instance)
protected void copyInstance(ScaleIOVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public String getGateway()
public boolean hasGateway()
public String getProtectionDomain()
public boolean hasProtectionDomain()
public Boolean getReadOnly()
public boolean hasReadOnly()
public LocalObjectReference buildSecretRef()
public A withSecretRef(LocalObjectReference secretRef)
public boolean hasSecretRef()
public ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
public ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
public ScaleIOVolumeSourceFluent.SecretRefNested<A> editSecretRef()
public ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
public Boolean getSslEnabled()
public boolean hasSslEnabled()
public String getStorageMode()
public boolean hasStorageMode()
public String getStoragePool()
public boolean hasStoragePool()
public String getSystem()
public boolean hasSystem()
public String getVolumeName()
public boolean hasVolumeName()
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 ScaleIOVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOVolumeSourceFluent<A>>public A withReadOnly()
public A withSslEnabled()
Copyright © 2015–2023 Red Hat. All rights reserved.