Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private VolumeiSCSIAttributes |
StorediSCSIVolume.volumeiSCSIAttributes |
private VolumeiSCSIAttributes |
CachediSCSIVolume.volumeiSCSIAttributes |
Modifier and Type | Method and Description |
---|---|
VolumeiSCSIAttributes |
VolumeiSCSIAttributes.clone() |
VolumeiSCSIAttributes |
StorediSCSIVolume.getVolumeiSCSIAttributes() |
VolumeiSCSIAttributes |
CachediSCSIVolume.getVolumeiSCSIAttributes() |
VolumeiSCSIAttributes |
VolumeiSCSIAttributes.withChapEnabled(java.lang.Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
VolumeiSCSIAttributes |
VolumeiSCSIAttributes.withLunNumber(java.lang.Integer lunNumber)
The logical disk number.
|
VolumeiSCSIAttributes |
VolumeiSCSIAttributes.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The network interface identifier.
|
VolumeiSCSIAttributes |
VolumeiSCSIAttributes.withNetworkInterfacePort(java.lang.Integer networkInterfacePort)
The port used to communicate with iSCSI targets.
|
VolumeiSCSIAttributes |
VolumeiSCSIAttributes.withTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the volume target.
|
Modifier and Type | Method and Description |
---|---|
void |
StorediSCSIVolume.setVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes) |
void |
CachediSCSIVolume.setVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes) |
StorediSCSIVolume |
StorediSCSIVolume.withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes) |
Modifier and Type | Method and Description |
---|---|
VolumeiSCSIAttributes |
VolumeiSCSIAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeiSCSIAttributesJsonMarshaller.marshall(VolumeiSCSIAttributes volumeiSCSIAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|