Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeviceiSCSIAttributes |
VTLDevice.deviceiSCSIAttributes
A list of iSCSI information about a VTL device.
|
Modifier and Type | Method and Description |
---|---|
DeviceiSCSIAttributes |
DeviceiSCSIAttributes.clone() |
DeviceiSCSIAttributes |
VTLDevice.getDeviceiSCSIAttributes()
A list of iSCSI information about a VTL device.
|
DeviceiSCSIAttributes |
DeviceiSCSIAttributes.withChapEnabled(java.lang.Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
DeviceiSCSIAttributes |
DeviceiSCSIAttributes.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The network interface identifier of the VTL device.
|
DeviceiSCSIAttributes |
DeviceiSCSIAttributes.withNetworkInterfacePort(java.lang.Integer networkInterfacePort)
The port used to communicate with iSCSI VTL device targets.
|
DeviceiSCSIAttributes |
DeviceiSCSIAttributes.withTargetARN(java.lang.String targetARN)
Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI
qualified name(iqn) of a tape drive or media changer target.
|
Modifier and Type | Method and Description |
---|---|
void |
VTLDevice.setDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
|
VTLDevice |
VTLDevice.withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
|
Modifier and Type | Method and Description |
---|---|
DeviceiSCSIAttributes |
DeviceiSCSIAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceiSCSIAttributesJsonMarshaller.marshall(DeviceiSCSIAttributes deviceiSCSIAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|