complexType UpdateNetworkAccessProfileReq
diagram AXLSoap_p16312.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description vpnRequired proxySettings proxyHostname proxyPort proxyRequiresAuthentication provideSharedCredentials username password
used by
element updateNetworkAccessProfile
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateNetworkAccessProfileReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:UniqueString128" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="vpnRequired" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="proxySettings" type="axlapi:XHTTPProxy" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="proxyHostname" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>This tag corresponds to Proxy Auto-Config (PAC) Location when proxy setting is set to Auto</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="proxyPort" type="axlapi:XInteger" default="8080" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="proxyRequiresAuthentication" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="provideSharedCredentials" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>This tag is used for validation and does not correspond to any field in database.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="username" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="password" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

element UpdateNetworkAccessProfileReq/description
diagram AXLSoap_p16314.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 UpdateNetworkAccessProfileReq/vpnRequired
diagram AXLSoap_p16315.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="vpnRequired" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateNetworkAccessProfileReq/proxySettings
diagram AXLSoap_p16316.png
type axlapi:XHTTPProxy
properties
minOcc 0
maxOcc 1
content simple
default None
nillable false
source <xsd:element name="proxySettings" type="axlapi:XHTTPProxy" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateNetworkAccessProfileReq/proxyHostname
diagram AXLSoap_p16317.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
This tag corresponds to Proxy Auto-Config (PAC) Location when proxy setting is set to Auto
source <xsd:element name="proxyHostname" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag corresponds to Proxy Auto-Config (PAC) Location when proxy setting is set to Auto</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateNetworkAccessProfileReq/proxyPort
diagram AXLSoap_p16318.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 8080
nillable false
source <xsd:element name="proxyPort" type="axlapi:XInteger" default="8080" nillable="false" minOccurs="0" maxOccurs="1"/>

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

element UpdateNetworkAccessProfileReq/provideSharedCredentials
diagram AXLSoap_p16320.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
This tag is used for validation and does not correspond to any field in database.
source <xsd:element name="provideSharedCredentials" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is used for validation and does not correspond to any field in database.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element UpdateNetworkAccessProfileReq/password
diagram AXLSoap_p16322.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="password" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>


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