public class DhcpService extends NetworkServiceType<DhcpService>
Java class for DhcpService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DhcpService">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}NetworkServiceType">
<sequence>
<element name="DefaultLeaseTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxLeaseTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IpRange" type="{http://www.vmware.com/vcloud/v1.5}IpRangeType" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DhcpService.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DhcpService.Builder |
builder() |
boolean |
equals(Object o) |
int |
getDefaultLeaseTime() |
IpRange |
getIpRange() |
int |
getMaxLeaseTime() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
DhcpService.Builder |
toBuilder() |
isEnabled, toStringpublic static DhcpService.Builder builder()
public DhcpService.Builder toBuilder()
toBuilder in class NetworkServiceType<DhcpService>public int getDefaultLeaseTime()
public int getMaxLeaseTime()
public IpRange getIpRange()
public boolean equals(Object o)
equals in class NetworkServiceType<DhcpService>public int hashCode()
hashCode in class NetworkServiceType<DhcpService>protected com.google.common.base.Objects.ToStringHelper string()
string in class NetworkServiceType<DhcpService>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.