Class DeviceiSCSIAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.storagegateway.model.DeviceiSCSIAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeviceiSCSIAttributes.Builder,DeviceiSCSIAttributes>
@Generated("software.amazon.awssdk:codegen") public final class DeviceiSCSIAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceiSCSIAttributes.Builder,DeviceiSCSIAttributes>
Lists iSCSI information about a VTL device.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeviceiSCSIAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceiSCSIAttributes.Builderbuilder()BooleanchapEnabled()Indicates whether mutual CHAP is enabled for the iSCSI target.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnetworkInterfaceId()The network interface identifier of the VTL device.IntegernetworkInterfacePort()The port used to communicate with iSCSI VTL device targets.List<SdkField<?>>sdkFields()static Class<? extends DeviceiSCSIAttributes.Builder>serializableBuilderClass()StringtargetARN()Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.DeviceiSCSIAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
targetARN
public final String targetARN()
Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
- Returns:
- Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
-
networkInterfaceId
public final String networkInterfaceId()
The network interface identifier of the VTL device.
- Returns:
- The network interface identifier of the VTL device.
-
networkInterfacePort
public final Integer networkInterfacePort()
The port used to communicate with iSCSI VTL device targets.
- Returns:
- The port used to communicate with iSCSI VTL device targets.
-
chapEnabled
public final Boolean chapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
- Returns:
- Indicates whether mutual CHAP is enabled for the iSCSI target.
-
toBuilder
public DeviceiSCSIAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeviceiSCSIAttributes.Builder,DeviceiSCSIAttributes>
-
builder
public static DeviceiSCSIAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeviceiSCSIAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-