public static interface Protos.Volume.Source.DockerVolumeOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
|
com.google.protobuf.ByteString |
getDriverBytes()
Driver of the volume, it can be flocker, convoy, raxrey etc.
|
Protos.Parameters |
getDriverOptions()
Volume driver specific options.
|
Protos.ParametersOrBuilder |
getDriverOptionsOrBuilder()
Volume driver specific options.
|
java.lang.String |
getName()
Name of the volume.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the volume.
|
boolean |
hasDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
|
boolean |
hasDriverOptions()
Volume driver specific options.
|
boolean |
hasName()
Name of the volume.
|
boolean hasDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
optional string driver = 1;
java.lang.String getDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
optional string driver = 1;
com.google.protobuf.ByteString getDriverBytes()
Driver of the volume, it can be flocker, convoy, raxrey etc.
optional string driver = 1;
boolean hasName()
Name of the volume.
required string name = 2;
java.lang.String getName()
Name of the volume.
required string name = 2;
com.google.protobuf.ByteString getNameBytes()
Name of the volume.
required string name = 2;
boolean hasDriverOptions()
Volume driver specific options.
optional .mesos.Parameters driver_options = 3;
Protos.Parameters getDriverOptions()
Volume driver specific options.
optional .mesos.Parameters driver_options = 3;
Protos.ParametersOrBuilder getDriverOptionsOrBuilder()
Volume driver specific options.
optional .mesos.Parameters driver_options = 3;