Class ScaleIO
- java.lang.Object
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ScaleIO
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class ScaleIO extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScaleIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFsType()StringgetGateway()StringgetProtectionDomain()BooleangetReadOnly()SecretRefgetSecretRef()BooleangetSslEnabled()StringgetStorageMode()StringgetStoragePool()StringgetSystem()StringgetVolumeName()voidsetFsType(String fsType)voidsetGateway(String gateway)voidsetProtectionDomain(String protectionDomain)voidsetReadOnly(Boolean readOnly)voidsetSecretRef(SecretRef secretRef)voidsetSslEnabled(Boolean sslEnabled)voidsetStorageMode(String storageMode)voidsetStoragePool(String storagePool)voidsetSystem(String system)voidsetVolumeName(String volumeName)
-
-
-
Method Detail
-
getFsType
public String getFsType()
-
setFsType
public void setFsType(String fsType)
-
getGateway
public String getGateway()
-
setGateway
public void setGateway(String gateway)
-
getProtectionDomain
public String getProtectionDomain()
-
setProtectionDomain
public void setProtectionDomain(String protectionDomain)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
getSecretRef
public SecretRef getSecretRef()
-
setSecretRef
public void setSecretRef(SecretRef secretRef)
-
getSslEnabled
public Boolean getSslEnabled()
-
setSslEnabled
public void setSslEnabled(Boolean sslEnabled)
-
getStorageMode
public String getStorageMode()
-
setStorageMode
public void setStorageMode(String storageMode)
-
getStoragePool
public String getStoragePool()
-
setStoragePool
public void setStoragePool(String storagePool)
-
getSystem
public String getSystem()
-
setSystem
public void setSystem(String system)
-
getVolumeName
public String getVolumeName()
-
setVolumeName
public void setVolumeName(String volumeName)
-
-