Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
Modifier and Type | Method and Description |
---|---|
VolumeMount.Mode |
VolumeMount.getMode()
Get a value indicating whether the volume can be mounted in read-only or read-write mode.
|
static VolumeMount.Mode |
VolumeMount.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeMount.Mode[] |
VolumeMount.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VolumeMount.VolumeMountBuilder |
VolumeMount.VolumeMountBuilder.mode(VolumeMount.Mode mode)
Set a value indicating whether the volume can be mounted in read-only or read-write mode.
|
Constructor and Description |
---|
VolumeMount(String driver,
String containerDir,
VolumeMount.Mode mode,
VolumeMount.DeviceType deviceType,
VolumeDevice device)
Construct a new
VolumeMount |