Uses of Class
com.amazonaws.services.storagegateway.model.VolumeiSCSIAttributes
-
Packages that use VolumeiSCSIAttributes Package Description com.amazonaws.services.storagegateway.model -
-
Uses of VolumeiSCSIAttributes in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return VolumeiSCSIAttributes Modifier and Type Method Description VolumeiSCSIAttributes
VolumeiSCSIAttributes. clone()
VolumeiSCSIAttributes
CachediSCSIVolume. getVolumeiSCSIAttributes()
VolumeiSCSIAttributes
StorediSCSIVolume. getVolumeiSCSIAttributes()
VolumeiSCSIAttributes
VolumeiSCSIAttributes. withChapEnabled(Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.VolumeiSCSIAttributes
VolumeiSCSIAttributes. withLunNumber(Integer lunNumber)
The logical disk number.VolumeiSCSIAttributes
VolumeiSCSIAttributes. withNetworkInterfaceId(String networkInterfaceId)
The network interface identifier.VolumeiSCSIAttributes
VolumeiSCSIAttributes. withNetworkInterfacePort(Integer networkInterfacePort)
The port used to communicate with iSCSI targets.VolumeiSCSIAttributes
VolumeiSCSIAttributes. withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target.Methods in com.amazonaws.services.storagegateway.model with parameters of type VolumeiSCSIAttributes Modifier and Type Method Description void
CachediSCSIVolume. setVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
void
StorediSCSIVolume. setVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
CachediSCSIVolume
CachediSCSIVolume. withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
StorediSCSIVolume
StorediSCSIVolume. withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
-