public class VolumeOptions extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24| Constructor and Description |
|---|
VolumeOptions() |
| Modifier and Type | Method and Description |
|---|---|
Driver |
getDriverConfig() |
Map<String,String> |
getLabels() |
Boolean |
getNoCopy() |
VolumeOptions |
withDriverConfig(Driver driverConfig) |
VolumeOptions |
withLabels(Map<String,String> labels) |
VolumeOptions |
withNoCopy(Boolean noCopy) |
getRawValuespublic VolumeOptions withNoCopy(Boolean noCopy)
noCopypublic VolumeOptions withLabels(Map<String,String> labels)
labelspublic Driver getDriverConfig()
driverConfigpublic VolumeOptions withDriverConfig(Driver driverConfig)
driverConfigCopyright © 2025. All rights reserved.