Migrationdevicepair Element: Migration Evice Air Index HTML
Migrationdevicepair Element: Migration Evice Air Index HTML
HTML)
REST (rest.html) Data Model (model.html)
Home (index.html) > Data Model (model.html) > migra on84 (migra on84.html) >
migrationDevicePair element
Type: Migra onDevicePair (migra on84_Migra onDevicePair.html)
Namespace: h p://www.emc.com/em/2012/07/univmax/restapi/84/migra on
XML Schema: migra on84.xsd (migra on84.xsd)
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrationDevicePair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="srcVolumeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="invalidSrc" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="missingSrc" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="tgtVolumeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="invalidTgt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="missingTgt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<migrationDevicePair xmlns="http://www.emc.com/em/2012/07/univmax/restapi/84/migration">
<srcVolumeName>...</srcVolumeName>
<invalidSrc>...</invalidSrc>
<missingSrc>...</missingSrc>
<tgtVolumeName>...</tgtVolumeName>
<invalidTgt>...</invalidTgt>
<missingTgt>...</missingTgt>
</migrationDevicePair>
/
Example JSON
{
"srcVolumeName" : "...",
"invalidSrc" : false,
"missingSrc" : false,
"tgtVolumeName" : "...",
"invalidTgt" : false,
"missingTgt" : false
}
Copyright © 2020 EMC Corpora on. All rights reserved. Published in the USA.
Generated by Enunciate (h p://enunciate.codehaus.org).