GatewayDhcpServiceType

Element:
GatewayDhcpService
Type:
GatewayDhcpServiceType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents Gateway DHCP service.
Since:
5.1
Schema:
network.xsd
Media type(s):
None
Extends:
NetworkServiceType
XML Representation:
<GatewayDhcpService xmlns="http://www.vmware.com/vcloud/v1.5">
    <IsEnabled> xs:boolean </IsEnabled>
    <Pool>
        <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>
    </Pool>
</GatewayDhcpService>

Elements

Element Type Required Modifiable Since Deprecated Description
IsEnabled boolean No always 5.1 Enable or disable the service using this flag
Pool DhcpPoolServiceType No always 5.1 A DHCP pool.
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.