| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeiSCSIAttributes.Builder |
VolumeiSCSIAttributes.builder() |
VolumeiSCSIAttributes.Builder |
VolumeiSCSIAttributes.Builder.chapEnabled(Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
VolumeiSCSIAttributes.Builder |
VolumeiSCSIAttributes.Builder.lunNumber(Integer lunNumber)
The logical disk number.
|
VolumeiSCSIAttributes.Builder |
VolumeiSCSIAttributes.Builder.networkInterfaceId(String networkInterfaceId)
The network interface identifier.
|
VolumeiSCSIAttributes.Builder |
VolumeiSCSIAttributes.Builder.networkInterfacePort(Integer networkInterfacePort)
The port used to communicate with iSCSI targets.
|
VolumeiSCSIAttributes.Builder |
VolumeiSCSIAttributes.Builder.targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target.
|
VolumeiSCSIAttributes.Builder |
VolumeiSCSIAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VolumeiSCSIAttributes.Builder> |
VolumeiSCSIAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
default CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
Copyright © 2023. All rights reserved.