Class NetworkStorageDeviceRevisionNumbers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the revision numbers for the components in a network storage device such as a fabric-attached storage (FAS).
public class NetworkStorageDeviceRevisionNumbers : BaseTypeSection
- Inheritance
-
NetworkStorageDeviceRevisionNumbers
Constructors
NetworkStorageDeviceRevisionNumbers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumbers class.
public NetworkStorageDeviceRevisionNumbers()
Properties
Items
Gets or sets the items in the collection.
public NetworkStorageDeviceRevisionNumberCollection Items { get; set; }
Property Value
Methods
Add(string, string)
Adds a new revision number to the collection.
public void Add(string DisplayName, string Value)
Parameters
DisplayName
stringThe name for the revision number - for example "Firmware Revision for Storage Controller (I/O Manager-A)".
Value
stringThe revision number value - for example "J202R10".
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumbers.
public NetworkStorageDeviceRevisionNumbers Clone()
Returns
- NetworkStorageDeviceRevisionNumbers
A clone of this CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumbers.
Exists(string)
Determines whether a revision number with the specified name exists within the collection.
public bool Exists(string Name)
Parameters
Name
stringThe name of the revision number to find - for example "Firmware Revision for Storage Controller (I/O Manager-A)".
Returns
- bool
A System.Boolean value that indicates whether a revision number with the specified name exists in the collection.
FindByName(string)
Returns the revision number with the specified name, or null if no revision number with that name is found.
public NetworkStorageDeviceRevisionNumber FindByName(string Name)
Parameters
Name
stringThe name of the revision number to find - for example "Firmware Revision for Storage Controller (I/O Manager-A)".
Returns
- NetworkStorageDeviceRevisionNumber
The revision number with the specified name.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumbers from the specified XML.
public static NetworkStorageDeviceRevisionNumbers FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumbers object.
Returns
- NetworkStorageDeviceRevisionNumbers
A CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumbers from the specified XML.
ToString()
Returns the revision numbers as a human readable string - for example "10 Revision Numbers".
public override string ToString()
Returns
- string
The revision numbers as a human readable string.