complexType UpdateSafForwarderReq
diagram axlapi_p12151.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description clientLabel safSecurityProfile ipAddress port safReconnectInterval safNotificationsWindowSize removeAssociatedCucms addAssociatedCucms associatedCucms
used by
element updateSafForwarder
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
source <xsd:complexType name="UpdateSafForwarderReq">
 
<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="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="clientLabel" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="safSecurityProfile" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="ipAddress" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="port" type="axlapi:XInteger" default="5050" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="safReconnectInterval" type="axlapi:XInteger" default="20" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="safNotificationsWindowSize" type="axlapi:XInteger" default="7" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:choice minOccurs="0">
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="removeAssociatedCucms" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="addAssociatedCucms" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
         
<xsd:element name="associatedCucms" minOccurs="0" maxOccurs="1">
           
<xsd:complexType>
             
<xsd:complexContent>
               
<xsd:extension base="axlapi:XCommonMembersExtension">
                 
<xsd:sequence minOccurs="0">
                   
<xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>
                 
</xsd:sequence>
               
</xsd:extension>
             
</xsd:complexContent>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateSafForwarderReq/newName
diagram axlapi_p12152.png
type axlapi:String255
properties
isRef 0
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 UpdateSafForwarderReq/description
diagram axlapi_p12153.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/clientLabel
diagram axlapi_p12154.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="clientLabel" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/safSecurityProfile
diagram axlapi_p12155.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="safSecurityProfile" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/ipAddress
diagram axlapi_p12156.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="ipAddress" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/port
diagram axlapi_p12157.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 5050
nillable false
source <xsd:element name="port" type="axlapi:XInteger" default="5050" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/safReconnectInterval
diagram axlapi_p12158.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 20
nillable false
source <xsd:element name="safReconnectInterval" type="axlapi:XInteger" default="20" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/safNotificationsWindowSize
diagram axlapi_p12159.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 7
nillable false
source <xsd:element name="safNotificationsWindowSize" type="axlapi:XInteger" default="7" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/removeAssociatedCucms
diagram axlapi_p12160.png
type extension of axlapi:XCommonMembersExtension
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children associatedCucm
source <xsd:element name="removeAssociatedCucms" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateSafForwarderReq/removeAssociatedCucms/associatedCucm
diagram axlapi_p12161.png
type axlapi:XSafForwarderMember
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children callManagerName
source <xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>

element UpdateSafForwarderReq/addAssociatedCucms
diagram axlapi_p12162.png
type extension of axlapi:XCommonMembersExtension
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children associatedCucm
source <xsd:element name="addAssociatedCucms" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateSafForwarderReq/addAssociatedCucms/associatedCucm
diagram axlapi_p12163.png
type axlapi:XSafForwarderMember
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children callManagerName
source <xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>

element UpdateSafForwarderReq/associatedCucms
diagram axlapi_p12164.png
type extension of axlapi:XCommonMembersExtension
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children associatedCucm
source <xsd:element name="associatedCucms" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateSafForwarderReq/associatedCucms/associatedCucm
diagram axlapi_p12165.png
type axlapi:XSafForwarderMember
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children callManagerName
source <xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>


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