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 theNsxPartialPatchConfig
API 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 PartialPatchConfig
get()
Read Configuration values for nsx-partial-patch.void
get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)
Read Configuration values for nsx-partial-patch.void
get(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Configuration values for nsx-partial-patch.PartialPatchConfig
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Configuration values for nsx-partial-patch.void
patch(PartialPatchConfig partialPatchConfig)
Update partial patch configuration values.void
patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Update partial patch configuration values.void
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
patch(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:NsxPartialPatchConfig
Read 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:
get
in interfaceNsxPartialPatchConfig
- Returns:
- com.vmware.nsx_policy.model.PartialPatchConfig
-
get
public PartialPatchConfig get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:NsxPartialPatchConfig
Read 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
invocationConfig
to specify configuration for this particular invocation.- Specified by:
get
in 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:NsxPartialPatchConfig
Read 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:
get
in 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:NsxPartialPatchConfig
Read 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
. UseinvocationConfig
to 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:
get
in 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:NsxPartialPatchConfig
Update 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:
patch
in interfaceNsxPartialPatchConfig
- Parameters:
partialPatchConfig
- (required)
-
patch
public void patch(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:NsxPartialPatchConfig
Update 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
invocationConfig
to specify configuration for this particular invocation.- Specified by:
patch
in 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:NsxPartialPatchConfig
Update 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:
patch
in 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:NsxPartialPatchConfig
Update 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
. UseinvocationConfig
to 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:
patch
in interfaceNsxPartialPatchConfig
- Parameters:
partialPatchConfig
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-