@Generated(value="org.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 ScaleIOVolumeSource(String fsType, String gateway, String protectionDomain, Boolean readOnly, LocalObjectReference secretRef, Boolean sslEnabled, String storageMode, String storagePool, String system, String volumeName)
system - protectionDomain - sslEnabled - storageMode - volumeName - secretRef - readOnly - fsType - storagePool - gateway - public String getFsType()
public void setFsType(String fsType)
fsType - The fsTypepublic String getGateway()
public void setGateway(String gateway)
gateway - The gatewaypublic String getProtectionDomain()
public void setProtectionDomain(String protectionDomain)
protectionDomain - The protectionDomainpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
secretRef - The secretRefpublic Boolean getSslEnabled()
public void setSslEnabled(Boolean sslEnabled)
sslEnabled - The sslEnabledpublic String getStorageMode()
public void setStorageMode(String storageMode)
storageMode - The storageModepublic String getStoragePool()
public void setStoragePool(String storagePool)
storagePool - The storagePoolpublic String getSystem()
public void setSystem(String system)
system - The systempublic String getVolumeName()
public void setVolumeName(String volumeName)
volumeName - The volumeNameCopyright © 2015–2020 Red Hat. All rights reserved.