DatastoreVVolContainerFailoverPair

DatastoreVVolContainerFailoverPair
DatastoreVVolContainerFailoverPair

A pair of source and target VVol containers and mapping of VVol IDs from source to target.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "srcContainer": "string",
    "tgtContainer": "string",
    "vvolMapping": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ]
}
string
srcContainer
Optional

Storage container on the source side.

string
tgtContainer
Required

Storage container on the target side.

array of KeyValue
vvolMapping
Optional

Mapping of VVol IDs from source to target corresponding to the given set of containers.