@Generated(value="software.amazon.awssdk:codegen") public final class DeviceiSCSIAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceiSCSIAttributes.Builder,DeviceiSCSIAttributes>
Lists iSCSI information about a VTL device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceiSCSIAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceiSCSIAttributes.Builder |
builder() |
Boolean |
chapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkInterfaceId()
The network interface identifier of the VTL device.
|
Integer |
networkInterfacePort()
The port used to communicate with iSCSI VTL device targets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceiSCSIAttributes.Builder> |
serializableBuilderClass() |
String |
targetARN()
Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or
media changer target.
|
DeviceiSCSIAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetARN()
Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
public String networkInterfaceId()
The network interface identifier of the VTL device.
public Integer networkInterfacePort()
The port used to communicate with iSCSI VTL device targets.
public Boolean chapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
public DeviceiSCSIAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceiSCSIAttributes.Builder,DeviceiSCSIAttributes>public static DeviceiSCSIAttributes.Builder builder()
public static Class<? extends DeviceiSCSIAttributes.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.