complexType XDhcpSubnet
diagram axlapi_p13471.png
namespace http://www.cisco.com/AXL/API/8.5
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_p13472.png
type axlapi:XFkType
properties
isRef 0
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="dhcpServerName" type="axlapi:XFkType" nillable="false" minOccurs="1" maxOccurs="1"/>

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

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

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

element XDhcpSubnet/secondaryStartIpAddress
diagram axlapi_p13476.png
type xsd:string
properties
isRef 0
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_p13477.png
type xsd:string
properties
isRef 0
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_p13478.png
type xsd:string
properties
isRef 0
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_p13479.png
type xsd:string
properties
isRef 0
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_p13480.png
type xsd:string
properties
isRef 0
content simple
nillable false
source <xsd:element name="subnetMask" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDhcpSubnet/domainName
diagram axlapi_p13481.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 XDhcpSubnet/primaryDnsIpAddress
diagram axlapi_p13482.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 XDhcpSubnet/secondaryDnsIpAddress
diagram axlapi_p13483.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 XDhcpSubnet/tftpServerName
diagram axlapi_p13484.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 XDhcpSubnet/primaryTftpServerIpAddress
diagram axlapi_p13485.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 XDhcpSubnet/secondaryTftpServerIpAddress
diagram axlapi_p13486.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 XDhcpSubnet/bootstrapServerIpAddress
diagram axlapi_p13487.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 XDhcpSubnet/arpCacheTimeout
diagram axlapi_p13488.png
type axlapi:XInteger
properties
isRef 0
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_p13489.png
type axlapi:XInteger
properties
isRef 0
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_p13490.png
type axlapi:XInteger
properties
isRef 0
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_p13491.png
type axlapi:XInteger
properties
isRef 0
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