@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1GlusterfsVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ENDPOINTS |
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_READ_ONLY |
Constructor and Description |
---|
V1GlusterfsVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1GlusterfsVolumeSource |
endpoints(String endpoints) |
boolean |
equals(Object o) |
String |
getEndpoints()
EndpointsName is the endpoint name that details Glusterfs topology.
|
String |
getPath()
Path is the Glusterfs volume path.
|
Boolean |
getReadOnly()
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
|
int |
hashCode() |
V1GlusterfsVolumeSource |
path(String path) |
V1GlusterfsVolumeSource |
readOnly(Boolean readOnly) |
void |
setEndpoints(String endpoints) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public static final String SERIALIZED_NAME_ENDPOINTS
public static final String SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_READ_ONLY
public V1GlusterfsVolumeSource endpoints(String endpoints)
public String getEndpoints()
public void setEndpoints(String endpoints)
public V1GlusterfsVolumeSource path(String path)
public String getPath()
public void setPath(String path)
public V1GlusterfsVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
Copyright © 2022. All rights reserved.