@Generated(value="software.amazon.awssdk:codegen") public final class VolumeiSCSIAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeiSCSIAttributes.Builder,VolumeiSCSIAttributes>
Lists iSCSI information about a volume.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VolumeiSCSIAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VolumeiSCSIAttributes.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() |
Integer |
lunNumber()
The logical disk number.
|
String |
networkInterfaceId()
The network interface identifier.
|
Integer |
networkInterfacePort()
The port used to communicate with iSCSI targets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VolumeiSCSIAttributes.Builder> |
serializableBuilderClass() |
String |
targetARN()
The Amazon Resource Name (ARN) of the volume target.
|
VolumeiSCSIAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String targetARN()
The Amazon Resource Name (ARN) of the volume target.
public final String networkInterfaceId()
The network interface identifier.
public final Integer networkInterfacePort()
The port used to communicate with iSCSI targets.
public final Integer lunNumber()
The logical disk number.
public final Boolean chapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
public VolumeiSCSIAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VolumeiSCSIAttributes.Builder,VolumeiSCSIAttributes>public static VolumeiSCSIAttributes.Builder builder()
public static Class<? extends VolumeiSCSIAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.