apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
UcStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
UcStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(TriggerUcUpgradeParameters triggerUcUpgradeParameters)
Triggers repository driven uc upgrade on the node.
|
void |
create(TriggerUcUpgradeParameters triggerUcUpgradeParameters,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Triggers repository driven uc upgrade on the node.
|
void |
create(TriggerUcUpgradeParameters triggerUcUpgradeParameters,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Triggers repository driven uc upgrade on the node.
|
void |
create(TriggerUcUpgradeParameters triggerUcUpgradeParameters,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Triggers repository driven uc upgrade on the node.
|
public UcStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public UcStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void create(TriggerUcUpgradeParameters triggerUcUpgradeParameters)
UcSynchronous method overload. Result of the invocation will be reported as a method return value.
public void create(TriggerUcUpgradeParameters triggerUcUpgradeParameters, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UcSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create(TriggerUcUpgradeParameters triggerUcUpgradeParameters, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
UcAsynchronous 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
public void create(TriggerUcUpgradeParameters triggerUcUpgradeParameters, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UcAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig 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