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