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 DhcpV4Options
DhcpV4Options. _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 DhcpV4Options
DhcpV4Options. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DhcpV4Options
DhcpV4Options.Builder. build()
DhcpV4Options
DhcpV4StaticBindingConfig. getOptions()
DhcpV4Options
SegmentDhcpV4Config. getOptions()
Methods in com.vmware.nsx_policy.model with parameters of type DhcpV4Options Modifier and Type Method Description DhcpV4StaticBindingConfig.Builder
DhcpV4StaticBindingConfig.Builder. setOptions(DhcpV4Options options)
void
DhcpV4StaticBindingConfig. setOptions(DhcpV4Options options)
SegmentDhcpV4Config.Builder
SegmentDhcpV4Config.Builder. setOptions(DhcpV4Options options)
void
SegmentDhcpV4Config. setOptions(DhcpV4Options options)
-