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 PartialPatchConfig
PartialPatchConfig. _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 PartialPatchConfig
PartialPatchConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PartialPatchConfig
PartialPatchConfig.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 PartialPatchConfig
NsxPartialPatchConfig. get()
Read Configuration values for nsx-partial-patch.PartialPatchConfig
NsxPartialPatchConfig. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Configuration values for nsx-partial-patch.PartialPatchConfig
NsxPartialPatchConfigStub. get()
PartialPatchConfig
NsxPartialPatchConfigStub. 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 void
NsxPartialPatchConfig. patch(PartialPatchConfig partialPatchConfig)
Update partial patch configuration values.void
NsxPartialPatchConfig. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Update partial patch configuration values.void
NsxPartialPatchConfig. 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.void
NsxPartialPatchConfig. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update partial patch configuration values.void
NsxPartialPatchConfigStub. patch(PartialPatchConfig partialPatchConfig)
void
NsxPartialPatchConfigStub. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
NsxPartialPatchConfigStub. patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
NsxPartialPatchConfigStub. 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 void
NsxPartialPatchConfig. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)
Read Configuration values for nsx-partial-patch.void
NsxPartialPatchConfig. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Configuration values for nsx-partial-patch.void
NsxPartialPatchConfigStub. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)
void
NsxPartialPatchConfigStub. get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-