volumeInfos property

List<VolumeInfo>? volumeInfos
final

An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined for the gateway, then VolumeInfos is an empty array "[]".

Implementation

final List<VolumeInfo>? volumeInfos;