Class NetworkStorageDevice
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a network storage device such as a fabric-attached storage (FAS).
[SupportsLocations]
[SupportsClientScan]
[SupportsSupportProvisions]
public class NetworkStorageDevice : NetworkingDevice
- Inheritance
-
NetworkStorageDevice
- Inherited Members
Constructors
NetworkStorageDevice()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkStorageDevice class.
public NetworkStorageDevice()
Properties
General
Gets or sets the configuration for this network storage device.
public NetworkStorageDeviceConfiguration General { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.NetworkStorageDevice.
public NetworkStorageDevice Clone()
Returns
- NetworkStorageDevice
A clone of this CENTREL.XIA.Configuration.Types.NetworkStorageDevice.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkStorageDevice from the specified XML.
public static NetworkStorageDevice FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.NetworkStorageDevice object.
Returns
- NetworkStorageDevice
A CENTREL.XIA.Configuration.Types.NetworkStorageDevice from the specified XML.