Class DhcpOptions
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a set of DHCP options.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
One or more DHCP options in the set.The ID of the set of DHCP options.getTags()
Any tags assigned to the DHCP options set.int
hashCode()
void
setDhcpConfigurations
(Collection<DhcpConfiguration> dhcpConfigurations) One or more DHCP options in the set.void
setDhcpOptionsId
(String dhcpOptionsId) The ID of the set of DHCP options.void
setTags
(Collection<Tag> tags) Any tags assigned to the DHCP options set.toString()
Returns a string representation of this object; useful for testing and debugging.withDhcpConfigurations
(DhcpConfiguration... dhcpConfigurations) One or more DHCP options in the set.withDhcpConfigurations
(Collection<DhcpConfiguration> dhcpConfigurations) One or more DHCP options in the set.withDhcpOptionsId
(String dhcpOptionsId) The ID of the set of DHCP options.Any tags assigned to the DHCP options set.withTags
(Collection<Tag> tags) Any tags assigned to the DHCP options set.
-
Constructor Details
-
DhcpOptions
public DhcpOptions()
-
-
Method Details
-
setDhcpOptionsId
The ID of the set of DHCP options.
- Parameters:
dhcpOptionsId
- The ID of the set of DHCP options.
-
getDhcpOptionsId
The ID of the set of DHCP options.
- Returns:
- The ID of the set of DHCP options.
-
withDhcpOptionsId
The ID of the set of DHCP options.
- Parameters:
dhcpOptionsId
- The ID of the set of DHCP options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDhcpConfigurations
One or more DHCP options in the set.
- Returns:
- One or more DHCP options in the set.
-
setDhcpConfigurations
One or more DHCP options in the set.
- Parameters:
dhcpConfigurations
- One or more DHCP options in the set.
-
withDhcpConfigurations
One or more DHCP options in the set.
NOTE: This method appends the values to the existing list (if any). Use
setDhcpConfigurations(java.util.Collection)
orwithDhcpConfigurations(java.util.Collection)
if you want to override the existing values.- Parameters:
dhcpConfigurations
- One or more DHCP options in the set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDhcpConfigurations
One or more DHCP options in the set.
- Parameters:
dhcpConfigurations
- One or more DHCP options in the set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
Any tags assigned to the DHCP options set.
- Returns:
- Any tags assigned to the DHCP options set.
-
setTags
Any tags assigned to the DHCP options set.
- Parameters:
tags
- Any tags assigned to the DHCP options set.
-
withTags
Any tags assigned to the DHCP options set.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- Any tags assigned to the DHCP options set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
Any tags assigned to the DHCP options set.
- Parameters:
tags
- Any tags assigned to the DHCP options set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-