Uses of Class
com.vmware.nsx_policy.model.PartialPatchConfig
-
Packages that use PartialPatchConfig Package Description com.vmware.nsx_policy.model com.vmware.nsx_policy.system_config -
-
Uses of PartialPatchConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PartialPatchConfig Modifier and Type Method Description static PartialPatchConfigPartialPatchConfig. _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 PartialPatchConfigPartialPatchConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PartialPatchConfigPartialPatchConfig.Builder. build() -
Uses of PartialPatchConfig in com.vmware.nsx_policy.system_config
Methods in com.vmware.nsx_policy.system_config that return PartialPatchConfig Modifier and Type Method Description PartialPatchConfigNsxPartialPatchConfig. get()Read Configuration values for nsx-partial-patch.PartialPatchConfigNsxPartialPatchConfig. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Configuration values for nsx-partial-patch.PartialPatchConfigNsxPartialPatchConfigStub. get()PartialPatchConfigNsxPartialPatchConfigStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.system_config with parameters of type PartialPatchConfig Modifier and Type Method Description voidNsxPartialPatchConfig. patch(PartialPatchConfig partialPatchConfig)Update partial patch configuration values.voidNsxPartialPatchConfig. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Update partial patch configuration values.voidNsxPartialPatchConfig. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update partial patch configuration values.voidNsxPartialPatchConfig. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update partial patch configuration values.voidNsxPartialPatchConfigStub. patch(PartialPatchConfig partialPatchConfig)voidNsxPartialPatchConfigStub. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidNsxPartialPatchConfigStub. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidNsxPartialPatchConfigStub. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.system_config with type arguments of type PartialPatchConfig Modifier and Type Method Description voidNsxPartialPatchConfig. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)Read Configuration values for nsx-partial-patch.voidNsxPartialPatchConfig. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Configuration values for nsx-partial-patch.voidNsxPartialPatchConfigStub. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)voidNsxPartialPatchConfigStub. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-