Uses of Class
com.amazonaws.services.storagegateway.model.DeviceiSCSIAttributes
-
Packages that use DeviceiSCSIAttributes Package Description com.amazonaws.services.storagegateway.model -
-
Uses of DeviceiSCSIAttributes in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DeviceiSCSIAttributes Modifier and Type Method Description DeviceiSCSIAttributesDeviceiSCSIAttributes. clone()DeviceiSCSIAttributesVTLDevice. getDeviceiSCSIAttributes()A list of iSCSI information about a VTL device.DeviceiSCSIAttributesDeviceiSCSIAttributes. withChapEnabled(Boolean chapEnabled)Indicates whether mutual CHAP is enabled for the iSCSI target.DeviceiSCSIAttributesDeviceiSCSIAttributes. withNetworkInterfaceId(String networkInterfaceId)The network interface identifier of the VTL device.DeviceiSCSIAttributesDeviceiSCSIAttributes. withNetworkInterfacePort(Integer networkInterfacePort)The port used to communicate with iSCSI VTL device targets.DeviceiSCSIAttributesDeviceiSCSIAttributes. withTargetARN(String targetARN)Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.Methods in com.amazonaws.services.storagegateway.model with parameters of type DeviceiSCSIAttributes Modifier and Type Method Description voidVTLDevice. setDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)A list of iSCSI information about a VTL device.VTLDeviceVTLDevice. withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)A list of iSCSI information about a VTL device.
-