GetArrayInfo
This method gets the list of discovered storage arrays. This list is populated by
discoverArrays
API.Synopsis
@optional ArrayInfo[] getArrayInfo();
ArrayInfo
class
describes the storage array configured for replication. It has the following
fields:
Field | Description |
---|---|
key | Storage array identifier. The 'key' name is
used to allow partial property updates for
ArrayManager.arrayInfo[]. This is passed to
ArrayManager#addArrayPair arrayId. |
name | User-friendly name of the storage. |
@optional PeerArrayInfo
peerArray[] | Describes a peer array. It has a property
named key. This is passed to addArrayPair
peerArrayId . |