Table of Contents

Class NetworkStorageDeviceRevisionNumber

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the revision number for a component in a network storage device such as a fabric-attached storage (FAS).

public class NetworkStorageDeviceRevisionNumber : BaseTypeSection, IComparable<NetworkStorageDeviceRevisionNumber>
Inheritance
NetworkStorageDeviceRevisionNumber
Implements

Constructors

NetworkStorageDeviceRevisionNumber()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumber class.

public NetworkStorageDeviceRevisionNumber()

Properties

DisplayName

Gets or sets the name for the revision number - for example "Firmware Revision for Storage Controller (I/O Manager-A)".

public string DisplayName { get; set; }

Property Value

string

Value

Gets or sets the revision number value - for example "J202R10".

public string Value { get; set; }

Property Value

string

Methods

CompareTo(NetworkStorageDeviceRevisionNumber)

Compares two network storage device revision numbers to allow sorting alphabetically by name.

public int CompareTo(NetworkStorageDeviceRevisionNumber other)

Parameters

other NetworkStorageDeviceRevisionNumber

The network storage device revision number to compare to.

Returns

int

ToString()

Returns the revision number as a human readable string either in the format "Name [Value]" or "{Not Configured}".

public override string ToString()

Returns

string

The revision number as a human readable string.