Uses of Class
com.vmware.nsx_policy.model.DhcpV4Options
-
Packages that use DhcpV4Options Package Description com.vmware.nsx_policy.model -
-
Uses of DhcpV4Options in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DhcpV4Options Modifier and Type Method Description static DhcpV4OptionsDhcpV4Options. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static DhcpV4OptionsDhcpV4Options. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DhcpV4OptionsDhcpV4Options.Builder. build()DhcpV4OptionsDhcpV4StaticBindingConfig. getOptions()DhcpV4OptionsSegmentDhcpV4Config. getOptions()Methods in com.vmware.nsx_policy.model with parameters of type DhcpV4Options Modifier and Type Method Description DhcpV4StaticBindingConfig.BuilderDhcpV4StaticBindingConfig.Builder. setOptions(DhcpV4Options options)voidDhcpV4StaticBindingConfig. setOptions(DhcpV4Options options)SegmentDhcpV4Config.BuilderSegmentDhcpV4Config.Builder. setOptions(DhcpV4Options options)voidSegmentDhcpV4Config. setOptions(DhcpV4Options options)
-