Class V1CStorBlockDeviceRef
OpenEBS block device reference.
Namespace: Neon.Kube.Resources.OpenEBS
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1CStorBlockDeviceRef
Constructors
V1CStorBlockDeviceRef()
Initializes a new instance of the V1CStorBlockDeviceRef class.
Declaration
public V1CStorBlockDeviceRef()
Properties
BlockDeviceName
The name of the block device.
Declaration
public string BlockDeviceName { get; set; }
Property Value
Type | Description |
---|---|
string |
DevLink
The dev link for the block device.
Declaration
public string DevLink { get; set; }
Property Value
Type | Description |
---|---|
string |
capacity
The capacity of block device.
Declaration
public BlockDeviceCapacity capacity { get; set; }
Property Value
Type | Description |
---|---|
BlockDeviceCapacity |