Table of Contents

Class VMwareHostInternetScsiStorageAdapter

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

Represents a host fibre channel storage adapter found within a VMware host.

public class VMwareHostInternetScsiStorageAdapter : VMwareHostStorageAdapter, IComparable<VMwareHostStorageAdapter>
Inheritance
VMwareHostInternetScsiStorageAdapter
Implements
Inherited Members

Constructors

VMwareHostInternetScsiStorageAdapter()

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

public VMwareHostInternetScsiStorageAdapter()

Properties

iScsiAlias

Gets or sets the iSCSI alias of this host bus adapter.

public string iScsiAlias { get; set; }

Property Value

string

iScsiName

Gets or sets the iSCSI name of this host bus adapter - for example "iqn.1998-01.com.vmware:56def110-f818-5040-c8a9-000c2983993a-1f5e0dc2".

public string iScsiName { get; set; }

Property Value

string