0% found this document useful (0 votes)
38 views

Createmaskingviewparam Element: Create Asking Iew Aram Index HTML

This document describes the createMaskingViewParam element which is used to create a masking view parameter. It specifies the expected XML content for the CreateMaskingViewParamType complex type, provides an XML example, and JSON example.

Uploaded by

maheshsekar25
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Createmaskingviewparam Element: Create Asking Iew Aram Index HTML

This document describes the createMaskingViewParam element which is used to create a masking view parameter. It specifies the expected XML content for the CreateMaskingViewParamType complex type, provides an XML example, and JSON example.

Uploaded by

maheshsekar25
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

C R E AT E M A S K I N G V I E W P A R A M (INDEX.

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

Home (index.html) > Data Model (model.html) > sloprovisioning83 (sloprovisioning83.html) >

createMaskingViewParam element (el_sloprovisioning83_createMaskingViewParam.html)

createMaskingViewParam element
Type: CreateMaskingViewParamType (sloprovisioning83_CreateMaskingViewParamType.html)
Namespace: h p://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning
XML Schema: sloprovisioning83.xsd (sloprovisioning83.xsd)

Java class for CreateMaskingViewParamType complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="CreateMaskingViewParamType">
<complexContent>
<extension base="{http://www.emc.com/em/2012/07/univmax/restapi/common}ParamType">
<sequence>
<element name="maskingViewId" type="{http://www.emc.com/em/2012/07/univmax/restapi/common}
<element ref="{http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning}hostOrHost
<element ref="{http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning}portGroupS
<element ref="{http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning}storageGro
</sequence>
</extension>
</complexContent>
</complexType>
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<createMaskingViewParam xmlns="http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning">
<maskingViewId>...</maskingViewId>
<hostOrHostGroupSelection>
<createHostGroupParam>
<hostGroupId>...</hostGroupId>
<hostId>...</hostId>
<hostId>...</hostId>
<!--...more "hostId" elements...-->
<sloprovisioning:hostFlags xmlns:sloprovisioning="http://www.emc.com/em/2012/07/univmax/restapi/sloprovisioni
</createHostGroupParam>
<useExistingHostGroupParam>
<hostGroupId>...</hostGroupId>
</useExistingHostGroupParam>
<createHostParam>
<hostId>...</hostId>
<i i i Id> </i i i Id>

Example JSON
{
"maskingViewId" : "...",
"hostOrHostGroupSelection" : {
"createHostGroupParam" : {
"hostGroupId" : "...",
"hostId" : [ "...", ... ],
"hostFlags" : {
}
},
"useExistingHostGroupParam" : {
"hostGroupId" : "..."
},
"createHostParam" : {
"hostId" : "...",
"initiatorId" : [ "...", ... ],
"hostFlags" : {
}
Copyright © 2021 EMC Corpora on. All rights reserved. Published in the USA.
Generated by Enunciate (h p://enunciate.codehaus.org).

You might also like