complexType LDhcpSubnet
diagram AXLSoap_p5015.png
namespace http://www.cisco.com/AXL/API/15.0
children subnetIpAddress primaryStartIpAddress primaryEndIpAddress secondaryStartIpAddress secondaryEndIpAddress primaryRouterIpAddress secondaryRouterIpAddress subnetMask domainName primaryDnsIpAddress secondaryDnsIpAddress tftpServerName primaryTftpServerIpAddress secondaryTftpServerIpAddress bootstrapServerIpAddress arpCacheTimeout ipAddressLeaseTime renewalTime rebindingTime
used by
elements ListDhcpSubnetRes/return/dhcpSubnet ListDhcpSubnetReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="LDhcpSubnet">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="subnetIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="primaryStartIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="primaryEndIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="secondaryStartIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="secondaryEndIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="primaryRouterIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="secondaryRouterIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="subnetMask" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="domainName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="primaryDnsIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="secondaryDnsIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="tftpServerName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="primaryTftpServerIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="secondaryTftpServerIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="bootstrapServerIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="arpCacheTimeout" type="axlapi:XInteger" 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" 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" 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" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute LDhcpSubnet/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

element LDhcpSubnet/subnetIpAddress
diagram AXLSoap_p5016.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="subnetIpAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

element LDhcpSubnet/rebindingTime
diagram AXLSoap_p5034.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Value between 0 to 1073741824.
source <xsd:element name="rebindingTime" type="axlapi:XInteger" 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