complexType UpdateDhcpServerReq
diagram axlapi_p11007.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid processNodeName newProcessNodeName primaryDnsIpAddress secondaryDnsIpAddress primaryTftpServerIpAddress secondaryTftpServerIpAddress bootstrapServerIpAddress domainName tftpServerName arpCacheTimeout ipAddressLeaseTime renewalTime rebindingTime
used by
element updateDhcpServer
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
source <xsd:complexType name="UpdateDhcpServerReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="uuid" type="axlapi:XUUID"/>
         
<xsd:element name="processNodeName" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/>
       
</xsd:choice>
       
<xsd:element name="newProcessNodeName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="primaryDnsIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="secondaryDnsIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="primaryTftpServerIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="secondaryTftpServerIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="bootstrapServerIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="domainName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="tftpServerName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="arpCacheTimeout" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="ipAddressLeaseTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="renewalTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="rebindingTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateDhcpServerReq/uuid
diagram axlapi_p11008.png
type axlapi:XUUID
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:element name="uuid" type="axlapi:XUUID"/>

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

element UpdateDhcpServerReq/newProcessNodeName
diagram axlapi_p11010.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="newProcessNodeName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/primaryDnsIpAddress
diagram axlapi_p11011.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="primaryDnsIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/secondaryDnsIpAddress
diagram axlapi_p11012.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="secondaryDnsIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/primaryTftpServerIpAddress
diagram axlapi_p11013.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="primaryTftpServerIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/secondaryTftpServerIpAddress
diagram axlapi_p11014.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="secondaryTftpServerIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/bootstrapServerIpAddress
diagram axlapi_p11015.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="bootstrapServerIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/domainName
diagram axlapi_p11016.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="domainName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/tftpServerName
diagram axlapi_p11017.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="tftpServerName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDhcpServerReq/arpCacheTimeout
diagram axlapi_p11018.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
The valid values ranges from 0 to 1073741824.
source <xsd:element name="arpCacheTimeout" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDhcpServerReq/ipAddressLeaseTime
diagram axlapi_p11019.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
The valid values ranges from 0 to 1073741824.
source <xsd:element name="ipAddressLeaseTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDhcpServerReq/renewalTime
diagram axlapi_p11020.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
The valid values ranges from 0 to 1073741824.
source <xsd:element name="renewalTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDhcpServerReq/rebindingTime
diagram axlapi_p11021.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
The valid values ranges from 0 to 1073741824.
source <xsd:element name="rebindingTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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