0% found this document useful (0 votes)
7 views3 pages

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
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)
7 views3 pages

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

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

HTML)
REST ([Link]) Data Model ([Link])

Home ([Link]) > Data Model ([Link]) > sloprovisioning83 ([Link]) >

createMaskingViewParam element (el_sloprovisioning83_createMaskingViewParam.html)

createMaskingViewParam element
Type: CreateMaskingViewParamType (sloprovisioning83_CreateMaskingViewParamType.html)
Namespace: h p://[Link]/em/2012/07/univmax/restapi/83/sloprovisioning
XML Schema: [Link] ([Link])

Java class for CreateMaskingViewParamType complex type.

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

<complexType name="CreateMaskingViewParamType">
<complexContent>
<extension base="{[Link]
<sequence>
<element name="maskingViewId" type="{[Link]
<element ref="{[Link]
<element ref="{[Link]
<element ref="{[Link]
</sequence>
</extension>
</complexContent>
</complexType>
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<createMaskingViewParam xmlns="[Link]
<maskingViewId>...</maskingViewId>
<hostOrHostGroupSelection>
<createHostGroupParam>
<hostGroupId>...</hostGroupId>
<hostId>...</hostId>
<hostId>...</hostId>
<!--...more "hostId" elements...-->
<sloprovisioning:hostFlags xmlns:sloprovisioning="[Link]
</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://[Link]).

You might also like