Class VolumeiSCSIAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.storagegateway.model.VolumeiSCSIAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VolumeiSCSIAttributes.Builder,VolumeiSCSIAttributes>
@Generated("software.amazon.awssdk:codegen") public final class VolumeiSCSIAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeiSCSIAttributes.Builder,VolumeiSCSIAttributes>
Lists iSCSI information about a volume.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVolumeiSCSIAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VolumeiSCSIAttributes.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()IntegerlunNumber()The logical disk number.StringnetworkInterfaceId()The network interface identifier.IntegernetworkInterfacePort()The port used to communicate with iSCSI targets.List<SdkField<?>>sdkFields()static Class<? extends VolumeiSCSIAttributes.Builder>serializableBuilderClass()StringtargetARN()The Amazon Resource Name (ARN) of the volume target.VolumeiSCSIAttributes.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()
The Amazon Resource Name (ARN) of the volume target.
- Returns:
- The Amazon Resource Name (ARN) of the volume target.
-
networkInterfaceId
public final String networkInterfaceId()
The network interface identifier.
- Returns:
- The network interface identifier.
-
networkInterfacePort
public final Integer networkInterfacePort()
The port used to communicate with iSCSI targets.
- Returns:
- The port used to communicate with iSCSI targets.
-
lunNumber
public final Integer lunNumber()
The logical disk number.
- Returns:
- The logical disk number.
-
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 VolumeiSCSIAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VolumeiSCSIAttributes.Builder,VolumeiSCSIAttributes>
-
builder
public static VolumeiSCSIAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends VolumeiSCSIAttributes.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.
-
-