@Generated(value="jsonschema2pojo") public class ScaleIOVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
ScaleIOVolumeSource()
No args constructor for use in serialization
|
ScaleIOVolumeSource(String fsType,
String gateway,
String protectionDomain,
Boolean readOnly,
LocalObjectReference secretRef,
Boolean sslEnabled,
String storageMode,
String storagePool,
String system,
String volumeName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getGateway() |
String |
getProtectionDomain() |
Boolean |
getReadOnly() |
LocalObjectReference |
getSecretRef() |
Boolean |
getSslEnabled() |
String |
getStorageMode() |
String |
getStoragePool() |
String |
getSystem() |
String |
getVolumeName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setGateway(String gateway) |
void |
setProtectionDomain(String protectionDomain) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(LocalObjectReference secretRef) |
void |
setSslEnabled(Boolean sslEnabled) |
void |
setStorageMode(String storageMode) |
void |
setStoragePool(String storagePool) |
void |
setSystem(String system) |
void |
setVolumeName(String volumeName) |
public ScaleIOVolumeSource()
public String getFsType()
public void setFsType(String fsType)
public String getGateway()
public void setGateway(String gateway)
public String getProtectionDomain()
public void setProtectionDomain(String protectionDomain)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
public Boolean getSslEnabled()
public void setSslEnabled(Boolean sslEnabled)
public String getStorageMode()
public void setStorageMode(String storageMode)
public String getStoragePool()
public void setStoragePool(String storagePool)
public String getSystem()
public void setSystem(String system)
public String getVolumeName()
public void setVolumeName(String volumeName)
Copyright © 2015–2023 Red Hat. All rights reserved.