complexType XDhcpSubnet
diagram AXLAPI_p14730.png
namespace http://www.cisco.com/AXL/API/9.0
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 AXLAPI_p14731.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 AXLAPI_p14732.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 AXLAPI_p14733.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 AXLAPI_p14734.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 AXLAPI_p14735.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 AXLAPI_p14736.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 AXLAPI_p14737.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 AXLAPI_p14738.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 AXLAPI_p14739.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 AXLAPI_p14740.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 AXLAPI_p14741.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 AXLAPI_p14742.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 AXLAPI_p14743.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 AXLAPI_p14744.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 AXLAPI_p14745.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 AXLAPI_p14746.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 AXLAPI_p14747.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 AXLAPI_p14748.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 AXLAPI_p14749.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 AXLAPI_p14750.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