StorageDeviceData
Details about a storage device of a replicated array pair.
Properties
List of elements with datastore identifier and name.
Name of the storage device.
True if the device supports static site preference.
When dynamic site preference is involved, the storage replication adapter reports the device pair as source devices at both sites (not source + target).
Denotes if the device role in replication relationship is source.
Name of the peer storage device.
Replication state of a storage device of a replicated array pair:
- UNKNOWN - Unknown.
- OUTGOING - Outgoing.
- INCOMING - Incoming.
- PARTIAL - Partial.
- FAILOVER - Failover.
Possible values are: UNKNOWN , OUTGOING , INCOMING , PARTIAL , FAILOVER
Denotes if this storage device is stretched. Applicable if there is a peer device.
Name of the consistency group this storage device belongs to.
Protection group ID to which this storage device belongs to.
Name of the protection group this storage device belongs to.
List of RDM virtual device keys for this storage device.
A replication or storage replication adapter (SRA) error.
JSON Example
{
"datastores": [
{
"id": "string",
"name": "string"
}
],
"device_name": "string",
"dynamic_site_preference": false,
"peer_device_name": "string",
"replication_state": "UNKNOWN",
"source": false,
"stretched_storage": false
}
Property Of
StorageDevicesResponseData
What's changed in latest?
New! in version latest