Class V1CStorBlockDeviceSpec
The kubernetes spec for the block device.
Namespace: Neon.Kube.Resources.OpenEBS
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1CStorBlockDeviceSpec
Constructors
V1CStorBlockDeviceSpec()
Constructor.
Declaration
public V1CStorBlockDeviceSpec()
Properties
Capacity
The capacity of the block device.
Declaration
public BlockDeviceCapacity Capacity { get; set; }
Property Value
Type | Description |
---|---|
BlockDeviceCapacity |
Details
Details about the block device.
Declaration
public BlockDeviceDetails Details { get; set; }
Property Value
Type | Description |
---|---|
BlockDeviceDetails |
DevLinks
List of device links.
Declaration
public List<BlockDeviceDevLink> DevLinks { get; set; }
Property Value
Type | Description |
---|---|
List<BlockDeviceDevLink> |
FileSystem
Filesystem information about the block device.
Declaration
public FileSystemInfo FileSystem { get; set; }
Property Value
Type | Description |
---|---|
FileSystemInfo |
NodeAttributes
Attributes related to the node where the block device is mounted.
Declaration
public Dictionary<string, string> NodeAttributes { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Partitioned
Whether the block device is partitioned. (Yes/No)
Declaration
public string Partitioned { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
The path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |