complexType UpdateSafForwarderReq
diagram AXLSoap_p16724.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description clientLabel safSecurityProfile ipAddress port enableTcpKeepAlive safReconnectInterval safNotificationsWindowSize removeAssociatedCucms addAssociatedCucms associatedCucms
used by
element updateSafForwarder
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
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="enableTcpKeepAlive" type="axlapi:boolean" default="true" 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 AXLSoap_p16725.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 UpdateSafForwarderReq/description
diagram AXLSoap_p16726.png
type axlapi:String255
properties
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 AXLSoap_p16727.png
type axlapi:String255
properties
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 AXLSoap_p16728.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="safSecurityProfile" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/ipAddress
diagram AXLSoap_p16729.png
type axlapi:String255
properties
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 AXLSoap_p16730.png
type axlapi:XInteger
properties
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/enableTcpKeepAlive
diagram AXLSoap_p16731.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default true
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="enableTcpKeepAlive" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateSafForwarderReq/safReconnectInterval
diagram AXLSoap_p16732.png
type axlapi:XInteger
properties
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 AXLSoap_p16733.png
type axlapi:XInteger
properties
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 AXLSoap_p16734.png
type extension of axlapi:XCommonMembersExtension
properties
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 AXLSoap_p16735.png
type axlapi:XSafForwarderMember
properties
minOcc 1
maxOcc unbounded
content complex
children callManagerName
source <xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>

element UpdateSafForwarderReq/addAssociatedCucms
diagram AXLSoap_p16736.png
type extension of axlapi:XCommonMembersExtension
properties
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 AXLSoap_p16737.png
type axlapi:XSafForwarderMember
properties
minOcc 1
maxOcc unbounded
content complex
children callManagerName
source <xsd:element name="associatedCucm" type="axlapi:XSafForwarderMember" minOccurs="1" maxOccurs="unbounded"/>

element UpdateSafForwarderReq/associatedCucms
diagram AXLSoap_p16738.png
type extension of axlapi:XCommonMembersExtension
properties
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 AXLSoap_p16739.png
type axlapi:XSafForwarderMember
properties
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