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

I SCSIC L I E N T I N F O (INDEX.

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

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

iSCSIClientInfo element (el_performance_iSCSIClientInfo.html)

iSCSIClientInfo element
Type: ISCSIClientInfoType (performance_ISCSIClientInfoType.html)
Namespace: h p://www.emc.com/em/2012/07/univmax/restapi/performance
XML Schema: performance.xsd (performance.xsd)

Java class for ISCSIClientInfoType complex type.

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

<complexType name="ISCSIClientInfoType">
<complexContent>
<extension base="{http://www.emc.com/em/2012/07/univmax/restapi/performance}StatInfoType">
<sequence>
<element name="ipInterfaceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>

Example XML
<?xml version="1.0" encoding="UTF-8"?>
<iSCSIClientInfo xmlns="http://www.emc.com/em/2012/07/univmax/restapi/performance">
<firstAvailableDate>...</firstAvailableDate>
<lastAvailableDate>...</lastAvailableDate>
<ipInterfaceId>...</ipInterfaceId>
</iSCSIClientInfo>

Example JSON
{
"ipInterfaceId" : "...",
"firstAvailableDate" : ...,
"lastAvailableDate" : ...
} /
Copyright © 2020 EMC Corpora on. All rights reserved. Published in the USA.
Generated by Enunciate (h p://enunciate.codehaus.org).

You might also like