complexType UpdateWirelessAccessPointControllersReq
diagram AXLSoap_p17555.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description snmpVersion snmpUserIdOrCommunityString snmpAuthenticationProtocol snmpAuthenticationPassword snmpPrivacyProtocol snmpPrivacyPassword syncNow resyncInterval nextSyncTime scheduleUnit
used by
element updateWirelessAccessPointControllers
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateWirelessAccessPointControllersReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="snmpVersion" type="axlapi:XSNMPVersion" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="snmpUserIdOrCommunityString" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>if version is 3 then it will be snmpUserId and if version is 2 then it will be treated as snmpCommuintyString</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="snmpAuthenticationProtocol" type="axlapi:XSNMPAuthenticationProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="snmpAuthenticationPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="snmpPrivacyProtocol" type="axlapi:XSNMPPrivacyProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="snmpPrivacyPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="syncNow" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="resyncInterval" type="axlapi:XInteger" default="32" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="nextSyncTime" type="axlapi:XInteger" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" nillable="false" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateWirelessAccessPointControllersReq/newName
diagram AXLSoap_p17556.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="newName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/description
diagram AXLSoap_p17557.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/snmpVersion
diagram AXLSoap_p17558.png
type axlapi:XSNMPVersion
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="snmpVersion" type="axlapi:XSNMPVersion" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/snmpUserIdOrCommunityString
diagram AXLSoap_p17559.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
if version is 3 then it will be snmpUserId and if version is 2 then it will be treated as snmpCommuintyString
source <xsd:element name="snmpUserIdOrCommunityString" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>if version is 3 then it will be snmpUserId and if version is 2 then it will be treated as snmpCommuintyString</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateWirelessAccessPointControllersReq/snmpAuthenticationProtocol
diagram AXLSoap_p17560.png
type axlapi:XSNMPAuthenticationProtocol
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="snmpAuthenticationProtocol" type="axlapi:XSNMPAuthenticationProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/snmpAuthenticationPassword
diagram AXLSoap_p17561.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="snmpAuthenticationPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/snmpPrivacyProtocol
diagram AXLSoap_p17562.png
type axlapi:XSNMPPrivacyProtocol
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="snmpPrivacyProtocol" type="axlapi:XSNMPPrivacyProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/snmpPrivacyPassword
diagram AXLSoap_p17563.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="snmpPrivacyPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/syncNow
diagram AXLSoap_p17564.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="syncNow" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/resyncInterval
diagram AXLSoap_p17565.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 32
nillable false
source <xsd:element name="resyncInterval" type="axlapi:XInteger" default="32" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/nextSyncTime
diagram AXLSoap_p17566.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="nextSyncTime" type="axlapi:XInteger" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateWirelessAccessPointControllersReq/scheduleUnit
diagram AXLSoap_p17567.png
type axlapi:XScheduleUnit
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" nillable="false" minOccurs="0" maxOccurs="1"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy