complexType XDhcpSubnet
diagram AXLSoap_p14745.png
namespace http://www.cisco.com/AXL/API/9.1
children dhcpServerName subnetIpAddress primaryStartIpAddress primaryEndIpAddress secondaryStartIpAddress secondaryEndIpAddress primaryRouterIpAddress secondaryRouterIpAddress subnetMask domainName primaryDnsIpAddress secondaryDnsIpAddress tftpServerName primaryTftpServerIpAddress secondaryTftpServerIpAddress bootstrapServerIpAddress arpCacheTimeout ipAddressLeaseTime renewalTime rebindingTime
used by
element AddDhcpSubnetReq/dhcpSubnet
source <xsd:complexType name="XDhcpSubnet">
 
<xsd:sequence minOccurs="0">
   
<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:element name="primaryStartIpAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="primaryEndIpAddress" type="xsd:string" nillable="false" minOccurs="1" 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="1" 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:complexType>

element XDhcpSubnet/dhcpServerName
diagram AXLSoap_p14746.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 XDhcpSubnet/subnetIpAddress
diagram AXLSoap_p14747.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="subnetIpAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDhcpSubnet/primaryStartIpAddress
diagram AXLSoap_p14748.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="primaryStartIpAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDhcpSubnet/primaryEndIpAddress
diagram AXLSoap_p14749.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="primaryEndIpAddress" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDhcpSubnet/secondaryStartIpAddress
diagram AXLSoap_p14750.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 XDhcpSubnet/secondaryEndIpAddress
diagram AXLSoap_p14751.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 XDhcpSubnet/primaryRouterIpAddress
diagram AXLSoap_p14752.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 XDhcpSubnet/secondaryRouterIpAddress
diagram AXLSoap_p14753.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 XDhcpSubnet/subnetMask
diagram AXLSoap_p14754.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="subnetMask" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDhcpSubnet/domainName
diagram AXLSoap_p14755.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 XDhcpSubnet/primaryDnsIpAddress
diagram AXLSoap_p14756.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 XDhcpSubnet/secondaryDnsIpAddress
diagram AXLSoap_p14757.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 XDhcpSubnet/tftpServerName
diagram AXLSoap_p14758.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 XDhcpSubnet/primaryTftpServerIpAddress
diagram AXLSoap_p14759.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 XDhcpSubnet/secondaryTftpServerIpAddress
diagram AXLSoap_p14760.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 XDhcpSubnet/bootstrapServerIpAddress
diagram AXLSoap_p14761.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 XDhcpSubnet/arpCacheTimeout
diagram AXLSoap_p14762.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 XDhcpSubnet/ipAddressLeaseTime
diagram AXLSoap_p14763.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 XDhcpSubnet/renewalTime
diagram AXLSoap_p14764.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 XDhcpSubnet/rebindingTime
diagram AXLSoap_p14765.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