Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
Modifier and Type | Method and Description |
---|---|
VolumeMount.DeviceType |
VolumeMount.getDeviceType()
Get the type of the volume device to mount.
|
static VolumeMount.DeviceType |
VolumeMount.DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeMount.DeviceType[] |
VolumeMount.DeviceType.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.deviceType(VolumeMount.DeviceType deviceType)
Set the type of the volume device to mount.
|