diagram |
 |
namespace |
http://www.cisco.com/AXL/API/12.5 |
children |
transportMode url httpHost httpPort |
used by |
|
annotation |
documentation | This allows to change or modify the transport settings |
|
source |
<xsd:complexType name="DoUpdateTransportSettingsReq">
<xsd:annotation>
<xsd:documentation>This allows to change or modify the transport settings</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="transportMode" type="axlapi:String255" minOccurs="1"/>
<xsd:element name="url" type="axlapi:String255" minOccurs="1"/>
<xsd:element name="httpHost" type="axlapi:String255" minOccurs="1"/>
<xsd:element name="httpPort" type="axlapi:String255" minOccurs="1"/>
</xsd:sequence>
</xsd:complexType> |