public class HostDhcpServiceSpec extends DynamicData
Java class for HostDhcpServiceSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDhcpServiceSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="virtualSwitch" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="defaultLeaseDuration" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="leaseBeginIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="leaseEndIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="maxLeaseDuration" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="unlimitedLease" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ipSubnetAddr" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ipSubnetMask" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
defaultLeaseDuration |
protected String |
ipSubnetAddr |
protected String |
ipSubnetMask |
protected String |
leaseBeginIp |
protected String |
leaseEndIp |
protected int |
maxLeaseDuration |
protected boolean |
unlimitedLease |
protected String |
virtualSwitch |
| Constructor and Description |
|---|
HostDhcpServiceSpec() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultLeaseDuration()
Gets the value of the defaultLeaseDuration property.
|
String |
getIpSubnetAddr()
Gets the value of the ipSubnetAddr property.
|
String |
getIpSubnetMask()
Gets the value of the ipSubnetMask property.
|
String |
getLeaseBeginIp()
Gets the value of the leaseBeginIp property.
|
String |
getLeaseEndIp()
Gets the value of the leaseEndIp property.
|
int |
getMaxLeaseDuration()
Gets the value of the maxLeaseDuration property.
|
String |
getVirtualSwitch()
Gets the value of the virtualSwitch property.
|
boolean |
isUnlimitedLease()
Gets the value of the unlimitedLease property.
|
void |
setDefaultLeaseDuration(int value)
Sets the value of the defaultLeaseDuration property.
|
void |
setIpSubnetAddr(String value)
Sets the value of the ipSubnetAddr property.
|
void |
setIpSubnetMask(String value)
Sets the value of the ipSubnetMask property.
|
void |
setLeaseBeginIp(String value)
Sets the value of the leaseBeginIp property.
|
void |
setLeaseEndIp(String value)
Sets the value of the leaseEndIp property.
|
void |
setMaxLeaseDuration(int value)
Sets the value of the maxLeaseDuration property.
|
void |
setUnlimitedLease(boolean value)
Sets the value of the unlimitedLease property.
|
void |
setVirtualSwitch(String value)
Sets the value of the virtualSwitch property.
|
protected String virtualSwitch
protected int defaultLeaseDuration
protected String leaseBeginIp
protected String leaseEndIp
protected int maxLeaseDuration
protected boolean unlimitedLease
protected String ipSubnetAddr
protected String ipSubnetMask
public String getVirtualSwitch()
Stringpublic void setVirtualSwitch(String value)
value - allowed object is
Stringpublic int getDefaultLeaseDuration()
public void setDefaultLeaseDuration(int value)
public String getLeaseBeginIp()
Stringpublic void setLeaseBeginIp(String value)
value - allowed object is
Stringpublic String getLeaseEndIp()
Stringpublic void setLeaseEndIp(String value)
value - allowed object is
Stringpublic int getMaxLeaseDuration()
public void setMaxLeaseDuration(int value)
public boolean isUnlimitedLease()
public void setUnlimitedLease(boolean value)
public String getIpSubnetAddr()
Stringpublic void setIpSubnetAddr(String value)
value - allowed object is
Stringpublic String getIpSubnetMask()
StringCopyright © 2018. All rights reserved.