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