Class NsxPartialPatchConfigStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.system_config.NsxPartialPatchConfigStub
-
- All Implemented Interfaces:
NsxPartialPatchConfig,NsxPartialPatchConfigTypes,com.vmware.vapi.bindings.Service
public class NsxPartialPatchConfigStub extends com.vmware.vapi.internal.bindings.Stub implements NsxPartialPatchConfig
Remote stub implementation of theNsxPartialPatchConfigAPI service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.system_config.NsxPartialPatchConfigTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description NsxPartialPatchConfigStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)NsxPartialPatchConfigStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartialPatchConfigget()Read Configuration values for nsx-partial-patch.voidget(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)Read Configuration values for nsx-partial-patch.voidget(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Configuration values for nsx-partial-patch.PartialPatchConfigget(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Configuration values for nsx-partial-patch.voidpatch(PartialPatchConfig partialPatchConfig)Update partial patch configuration values.voidpatch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Update partial patch configuration values.voidpatch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update partial patch configuration values.voidpatch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update partial patch configuration values.
-
-
-
Constructor Detail
-
NsxPartialPatchConfigStub
public NsxPartialPatchConfigStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
NsxPartialPatchConfigStub
public NsxPartialPatchConfigStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public PartialPatchConfig get()
Description copied from interface:NsxPartialPatchConfigRead Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
getin interfaceNsxPartialPatchConfig- Returns:
- com.vmware.nsx_policy.model.PartialPatchConfig
-
get
public PartialPatchConfig get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:NsxPartialPatchConfigRead Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
getin interfaceNsxPartialPatchConfig- Parameters:
invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PartialPatchConfig
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)
Description copied from interface:NsxPartialPatchConfigRead Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.PartialPatchConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceNsxPartialPatchConfig- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:NsxPartialPatchConfigRead Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.PartialPatchConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceNsxPartialPatchConfig- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
patch
public void patch(PartialPatchConfig partialPatchConfig)
Description copied from interface:NsxPartialPatchConfigUpdate partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
patchin interfaceNsxPartialPatchConfig- Parameters:
partialPatchConfig- (required)
-
patch
public void patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:NsxPartialPatchConfigUpdate partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
patchin interfaceNsxPartialPatchConfig- Parameters:
partialPatchConfig- (required)invocationConfig- Configuration for the method invocation.
-
patch
public void patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Description copied from interface:NsxPartialPatchConfigUpdate partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
patchin interfaceNsxPartialPatchConfig- Parameters:
partialPatchConfig- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
patch
public void patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:NsxPartialPatchConfigUpdate partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
patchin interfaceNsxPartialPatchConfig- Parameters:
partialPatchConfig- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-