0% found this document useful (0 votes)
11 views2 pages

Migrationdevicepair Element: Migration Evice Air Index HTML

migrationDevicePair

Uploaded by

maheshsekar25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Migrationdevicepair Element: Migration Evice Air Index HTML

migrationDevicePair

Uploaded by

maheshsekar25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

M I G R AT I O N D E V I C E P A I R (INDEX.

HTML)
REST (rest.html) Data Model (model.html)

Home (index.html) > Data Model (model.html) > migra on84 (migra on84.html) >

migra onDevicePair element (el_migra on84_migra onDevicePair.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)

Java class for Migra onDevicePair complex type.

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).

You might also like