@Generated(value="org.jsonschema2pojo") public class GlusterfsVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
GlusterfsVolumeSource()
No args constructor for use in serialization
|
GlusterfsVolumeSource(String endpoints,
String path,
Boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpoints() |
String |
getPath() |
Boolean |
getReadOnly() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEndpoints(String endpoints) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
public GlusterfsVolumeSource()
public String getEndpoints()
public void setEndpoints(String endpoints)
endpoints - The endpointspublic String getPath()
public void setPath(String path)
path - The pathpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlyCopyright © 2015–2021 Red Hat. All rights reserved.