complexType UpdateDhcpSubnetReq
diagram AXLSoap_p15287.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid dhcpServerName subnetIpAddress newDhcpServerName newSubnetIpAddress primaryStartIpAddress primaryEndIpAddress secondaryStartIpAddress secondaryEndIpAddress primaryRouterIpAddress secondaryRouterIpAddress subnetMask domainName primaryDnsIpAddress secondaryDnsIpAddress tftpServerName primaryTftpServerIpAddress secondaryTftpServerIpAddress bootstrapServerIpAddress arpCacheTimeout ipAddressLeaseTime renewalTime rebindingTime
used by
element updateDhcpSubnet
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateDhcpSubnetReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="uuid" type="axlapi:XUUID"/>
         
<xsd:sequence>
           
<xsd:element name="dhcpServerName" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/>
           
<xsd:element name="subnetIpAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:choice>
       
<xsd:element name="newDhcpServerName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="newSubnetIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="primaryStartIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="primaryEndIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="secondaryStartIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="secondaryEndIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="primaryRouterIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="secondaryRouterIpAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="subnetMask" 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="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="tftpServerName" 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="arpCacheTimeout" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Value between 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>Value between 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>Value between 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>Value between 0 to 1073741824.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateDhcpSubnetReq/uuid
diagram AXLSoap_p15288.png
type axlapi:XUUID
properties
content simple
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:element name="uuid" type="axlapi:XUUID"/>

element UpdateDhcpSubnetReq/dhcpServerName
diagram AXLSoap_p15289.png
type axlapi:XFkType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="dhcpServerName" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateDhcpSubnetReq/subnetIpAddress
diagram AXLSoap_p15290.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="subnetIpAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

element UpdateDhcpSubnetReq/arpCacheTimeout
diagram AXLSoap_p15307.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
Value between 0 to 1073741824.
source <xsd:element name="arpCacheTimeout" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDhcpSubnetReq/ipAddressLeaseTime
diagram AXLSoap_p15308.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
Value between 0 to 1073741824.
source <xsd:element name="ipAddressLeaseTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDhcpSubnetReq/renewalTime
diagram AXLSoap_p15309.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
Value between 0 to 1073741824.
source <xsd:element name="renewalTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDhcpSubnetReq/rebindingTime
diagram AXLSoap_p15310.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
Value between 0 to 1073741824.
source <xsd:element name="rebindingTime" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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