Uses of Class
org.jclouds.openstack.neutron.v2.domain.ExtraDhcpOption.Builder
Packages that use ExtraDhcpOption.Builder
-
Uses of ExtraDhcpOption.Builder in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return ExtraDhcpOption.BuilderModifier and TypeMethodDescriptionstatic ExtraDhcpOption.Builder
ExtraDhcpOption.builder()
ExtraDhcpOption.Builder.fromExtraDhcpOption
(ExtraDhcpOption in) Provide the id to the ExtraDhcpOption's Builder.ExtraDhcpOption.Builder.optionName
(String optionName) Provide the optionName to the ExtraDhcpOption's Builder.ExtraDhcpOption.Builder.optionValue
(String optionValue) Provide the optionValue to the ExtraDhcpOption's Builder.ExtraDhcpOption.toBuilder()
Gets a Builder configured as this object.