Class DhcpOptions
- All Implemented Interfaces:
Serializable, Cloneable
Describes a set of DHCP options.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanOne or more DHCP options in the set.The ID of the set of DHCP options.getTags()Any tags assigned to the DHCP options set.inthashCode()voidsetDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) One or more DHCP options in the set.voidsetDhcpOptionsId(String dhcpOptionsId) The ID of the set of DHCP options.voidsetTags(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
-
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
-
equals
-
hashCode
-
clone
-