public class HostVolumeProperties extends Object implements Serializable, Cloneable
Details on a container instance host volume.
| Constructor and Description |
|---|
HostVolumeProperties() |
| Modifier and Type | Method and Description |
|---|---|
HostVolumeProperties |
clone() |
boolean |
equals(Object obj) |
String |
getSourcePath()
The path on the host container instance that is presented to the
container.
|
int |
hashCode() |
void |
setSourcePath(String sourcePath)
The path on the host container instance that is presented to the
container.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HostVolumeProperties |
withSourcePath(String sourcePath)
The path on the host container instance that is presented to the
container.
|
public void setSourcePath(String sourcePath)
The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you.
sourcePath - The path on the host container instance that is presented to the
container. If this parameter is empty, then the Docker daemon has
assigned a host path for you.public String getSourcePath()
The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you.
public HostVolumeProperties withSourcePath(String sourcePath)
The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you.
sourcePath - The path on the host container instance that is presented to the
container. If this parameter is empty, then the Docker daemon has
assigned a host path for you.public String toString()
toString in class ObjectObject.toString()public HostVolumeProperties clone()
Copyright © 2015. All rights reserved.