@Generated(value="org.jsonschema2pojo") public class StorageOSVolumeSource extends Object implements KubernetesResource
Constructor and Description |
---|
StorageOSVolumeSource()
No args constructor for use in serialization
|
StorageOSVolumeSource(String fsType,
Boolean readOnly,
LocalObjectReference secretRef,
String volumeName,
String volumeNamespace) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Boolean |
getReadOnly() |
LocalObjectReference |
getSecretRef() |
String |
getVolumeName() |
String |
getVolumeNamespace() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(LocalObjectReference secretRef) |
void |
setVolumeName(String volumeName) |
void |
setVolumeNamespace(String volumeNamespace) |
public StorageOSVolumeSource()
public StorageOSVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeName, String volumeNamespace)
volumeNamespace
- volumeName
- secretRef
- readOnly
- fsType
- public String getFsType()
public void setFsType(String fsType)
fsType
- The fsTypepublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly
- The readOnlypublic LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
secretRef
- The secretRefpublic String getVolumeName()
public void setVolumeName(String volumeName)
volumeName
- The volumeNamepublic String getVolumeNamespace()
public void setVolumeNamespace(String volumeNamespace)
volumeNamespace
- The volumeNamespaceCopyright © 2011–2017 Red Hat. All rights reserved.