Class ExtraDhcpOption
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.ExtraDhcpOption
This is used to provide additional DHCP-related options to Subnet. This is
based on a neutron extension.
For example PXE boot options to DHCP clients can be specified (e.g. tftp-server,
server-ip-address, bootfile-name)
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ExtraDhcpOption
(String id, String optionName, String optionValue) -
Method Summary
-
Field Details
-
id
-
optionName
-
optionValue
-
-
Constructor Details
-
ExtraDhcpOption
@ConstructorProperties({"id","opt_name","opt_value"}) protected ExtraDhcpOption(String id, String optionName, String optionValue)
-
-
Method Details
-
getId
- Returns:
- the id of the ExtraDhcpOption
-
getOptionName
- Returns:
- the optionName of the ExtraDhcpOption
-
getOptionValue
- Returns:
- the optionValue of the ExtraDhcpOption
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
- Returns:
- the Builder for ExtraDhcpOption
-
toBuilder
Gets a Builder configured as this object.
-