Lists iSCSI information about a VTL device.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeviceiSCSIAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeviceiSCSIAttributes()()()() | Initializes a new instance of the DeviceiSCSIAttributes class | 
|  | ChapEnabled | 
            Indicates whether mutual CHAP is enabled for the iSCSI target.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NetworkInterfaceId | 
            The network interface identifier of the VTL device.
             
             Constraints: | 
|  | NetworkInterfacePort | 
            The port used to communicate with iSCSI VTL device targets.
             
             | 
|  | TargetARN | 
            Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithChapEnabled(Boolean) | Obsolete. 
            Sets the ChapEnabled property
             | 
|  | WithNetworkInterfaceId(String) | Obsolete. 
            Sets the NetworkInterfaceId property
             | 
|  | WithNetworkInterfacePort(Int32) | Obsolete. 
            Sets the NetworkInterfacePort property
             | 
|  | WithTargetARN(String) | Obsolete. 
            Sets the TargetARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DeviceiSCSIAttributes |