Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

C R E AT E H O S T P A R A M (INDEX.

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

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

createHostParam element (el_sloprovisioning83_createHostParam.html)

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

Java class for CreateHostParamType complex type.

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

<complexType name="CreateHostParamType">
<complexContent>
<extension base="{http://www.emc.com/em/2012/07/univmax/restapi/common}ParamType">
<sequence>
<element name="hostId" type="{http://www.emc.com/em/2012/07/univmax/restapi/common}HostIdT
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="initiatorId" type="{http://www.emc.com/em/2012/07/univmax/restapi/common}In
</sequence>
<element ref="{http://www.emc.com/em/2012/07/univmax/restapi/sloprovisioning}hostFlags" mi
</sequence>
</extension>
</complexContent>
</complexType>
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<createHostParam xmlns="http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning">
<hostId>...</hostId>
<initiatorId>...</initiatorId>
<initiatorId>...</initiatorId>
<!--...more "initiatorId" elements...-->
<sloprovisioning:hostFlags xmlns:sloprovisioning="http://www.emc.com/em/2012/07/univmax/restapi/sloprovisioning">
</createHostParam>

Example JSON
{
"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