Table of Contents

Class ServiceBindingVolumeMountDevice

Namespace
OpenServiceBroker.Bindings
Assembly
OpenServiceBroker.Model.dll
public class ServiceBindingVolumeMountDevice
Inheritance
ServiceBindingVolumeMountDevice
Inherited Members
Extension Methods

Properties

MountConfig

Configuration object to be passed to the driver when the volume is mounted.

[JsonProperty("mount_config")]
public JObject MountConfig { get; set; }

Property Value

JObject

VolumeId

ID of the shared volume to mount on every app instance.

[JsonProperty("volume_id", Required = Required.Always)]
public string VolumeId { get; set; }

Property Value

string