Uses of Interface
software.amazon.awssdk.services.storagegateway.model.DeviceiSCSIAttributes.Builder
-
Packages that use DeviceiSCSIAttributes.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of DeviceiSCSIAttributes.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return DeviceiSCSIAttributes.Builder Modifier and Type Method Description static DeviceiSCSIAttributes.BuilderDeviceiSCSIAttributes. builder()DeviceiSCSIAttributes.BuilderDeviceiSCSIAttributes.Builder. chapEnabled(Boolean chapEnabled)Indicates whether mutual CHAP is enabled for the iSCSI target.DeviceiSCSIAttributes.BuilderDeviceiSCSIAttributes.Builder. networkInterfaceId(String networkInterfaceId)The network interface identifier of the VTL device.DeviceiSCSIAttributes.BuilderDeviceiSCSIAttributes.Builder. networkInterfacePort(Integer networkInterfacePort)The port used to communicate with iSCSI VTL device targets.DeviceiSCSIAttributes.BuilderDeviceiSCSIAttributes.Builder. targetARN(String targetARN)Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.DeviceiSCSIAttributes.BuilderDeviceiSCSIAttributes. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type DeviceiSCSIAttributes.Builder Modifier and Type Method Description static Class<? extends DeviceiSCSIAttributes.Builder>DeviceiSCSIAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type DeviceiSCSIAttributes.Builder Modifier and Type Method Description default VTLDevice.BuilderVTLDevice.Builder. deviceiSCSIAttributes(Consumer<DeviceiSCSIAttributes.Builder> deviceiSCSIAttributes)A list of iSCSI information about a VTL device.
-