@Generated(value="org.jsonschema2pojo") public class VolumeMount extends Object
Constructor and Description |
---|
VolumeMount() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMountPath()
The path at which to mount the volume inside the container.
|
String |
getName()
The name of the volume to mount.
|
Boolean |
getReadOnly()
Whether this volume should be read-only.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMountPath(String mountPath)
The path at which to mount the volume inside the container.
|
void |
setName(String name)
The name of the volume to mount.
|
void |
setReadOnly(Boolean readOnly)
Whether this volume should be read-only.
|
String |
toString() |
public String getName()
public void setName(String name)
name
- The namepublic String getMountPath()
public void setMountPath(String mountPath)
mountPath
- The mountPathpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly
- The readOnlyCopyright © 2011–2014 Red Hat. All rights reserved.