VMware Cloud Director API - DhcpPoolServiceType
DhcpPoolServiceType
- Type:
- DhcpPoolServiceType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents DHCP pool service.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<DhcpPoolServiceType xmlns="http://www.vmware.com/vcloud/v1.5">
<IsEnabled> xs:boolean </IsEnabled>
<Network href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<DefaultLeaseTime> xs:int </DefaultLeaseTime>
<MaxLeaseTime> xs:int </MaxLeaseTime>
<LowIpAddress> IpAddressType </LowIpAddress>
<HighIpAddress> IpAddressType </HighIpAddress>
</DhcpPoolServiceType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description DefaultLeaseTime int No always 5.1 Default lease period for DHCP range. HighIpAddress IpAddressType Yes always 5.1 High IP address in DHCP range. IsEnabled boolean No always 5.1 True if this DHCP Pool is enabled. LowIpAddress IpAddressType Yes always 5.1 Low IP address in DHCP range. MaxLeaseTime int Yes always 5.1 Maximum lease period for DHCP range. Network ReferenceType Yes always 5.1 Org vDC network to which the DHCP range is applicable. VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.