Class ExtraDhcpOption.Builder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.ExtraDhcpOption.Builder
- Enclosing class:
ExtraDhcpOption
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Provide the id to the ExtraDhcpOption's Builder.optionName
(String optionName) Provide the optionName to the ExtraDhcpOption's Builder.optionValue
(String optionValue) Provide the optionValue to the ExtraDhcpOption's Builder.
-
Field Details
-
id
-
optionName
-
optionValue
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Provide the id to the ExtraDhcpOption's Builder.- Returns:
- the Builder.
- See Also:
-
optionName
Provide the optionName to the ExtraDhcpOption's Builder.- Returns:
- the Builder.
- See Also:
-
optionValue
Provide the optionValue to the ExtraDhcpOption's Builder.- Returns:
- the Builder.
- See Also:
-
build
- Returns:
- a ExtraDhcpOption constructed with this Builder.
-
fromExtraDhcpOption
- Returns:
- a Builder from another ExtraDhcpOption.
-