Class BlockDeviceDevLink
OpenEBS block device links.
Namespace: Neon.Kube.Resources.OpenEBS
Assembly: Neon.Kube.Resources.dll
Syntax
public class BlockDeviceDevLink
Constructors
BlockDeviceDevLink()
Initializes a new instance of the BlockDeviceDevLink class.
Declaration
public BlockDeviceDevLink()
Properties
Kind
The DevLinkType. Devices are listed by ID or by path.
Declaration
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public DevLinkType Kind { get; set; }
Property Value
Type | Description |
---|---|
DevLinkType |
Links
List of device links.
Declaration
public List<string> Links { get; set; }
Property Value
Type | Description |
---|---|
List<string> |