diagram | |||||||||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||||||||
type | extension of axlapi:APIRequest | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | deviceName isHardReset deviceResetType | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:complexType name="DoDeviceResetReq"> <xsd:annotation> <xsd:documentation>Performs either a hard or soft reset on the specified device. If resetting an MGCP box, then set isMGCP attribute to true.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="axlapi:APIRequest"> <xsd:sequence> <xsd:element name="deviceName" type="axlapi:XFkType" nillable="false"> <xsd:annotation> <xsd:documentation>The name or UUID of the device to performs a reset on. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:choice> <xsd:element name="isHardReset" type="axlapi:boolean" nillable="false"> <xsd:annotation> <xsd:documentation>True performs a hard reset. False performs a soft reset. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="deviceResetType" type="axlapi:XReset" nillable="false"> <xsd:annotation> <xsd:documentation>Not nullable</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:sequence> <xsd:attribute name="isMGCP" type="axlapi:boolean" use="optional" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="isMGCP" type="axlapi:boolean" use="optional" default="false"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="deviceName" type="axlapi:XFkType" nillable="false"> <xsd:annotation> <xsd:documentation>The name or UUID of the device to performs a reset on. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="isHardReset" type="axlapi:boolean" nillable="false"> <xsd:annotation> <xsd:documentation>True performs a hard reset. False performs a soft reset. Not nullable.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||
type | axlapi:XReset | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="deviceResetType" type="axlapi:XReset" nillable="false"> <xsd:annotation> <xsd:documentation>Not nullable</xsd:documentation> </xsd:annotation> </xsd:element> |