Class BlockDeviceCapacity
Describes an OpenEBS block device capacity.
Namespace: Neon.Kube.Resources.OpenEBS
Assembly: Neon.Kube.Resources.dll
Syntax
public class BlockDeviceCapacity
Constructors
BlockDeviceCapacity()
Initializes a new instance of the BlockDeviceCapacity class.
Declaration
public BlockDeviceCapacity()
Properties
LogicalSectorSize
The logical sector size.
Declaration
public long? LogicalSectorSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
PhysicalSectorSize
The physical sector size.
Declaration
public long? PhysicalSectorSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
Storage
The storage size.
Declaration
public long? Storage { get; set; }
Property Value
Type | Description |
---|---|
long? |