public class SoftwarepackagesStub extends com.vmware.vapi.internal.bindings.Stub implements Softwarepackages
Softwarepackages
API service.
WARNING: Internal class, subject to change in future versions.
SoftwarepackagesTypes.HealthLevel| Constructor and Description |
|---|
SoftwarepackagesStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SoftwarepackagesStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
SoftwarepackagesTypes.HealthLevel |
get()
Get information on available software updates available in the remote vSphere
Update Manager repository.
|
void |
get(AsyncCallback<SoftwarepackagesTypes.HealthLevel> asyncCallback)
Get information on available software updates available in the remote vSphere
Update Manager repository.
|
void |
get(AsyncCallback<SoftwarepackagesTypes.HealthLevel> asyncCallback,
InvocationConfig invocationConfig)
Get information on available software updates available in the remote vSphere
Update Manager repository.
|
SoftwarepackagesTypes.HealthLevel |
get(InvocationConfig invocationConfig)
Get information on available software updates available in the remote vSphere
Update Manager repository.
|
public SoftwarepackagesStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SoftwarepackagesStub(ApiProvider apiProvider, StubConfigurationBase config)
public SoftwarepackagesTypes.HealthLevel get()
SoftwarepackagesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Softwarepackagespublic SoftwarepackagesTypes.HealthLevel get(InvocationConfig invocationConfig)
SoftwarepackagesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface SoftwarepackagesinvocationConfig - Configuration for the method invocation.public void get(AsyncCallback<SoftwarepackagesTypes.HealthLevel> asyncCallback)
SoftwarepackagesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
software updates available.
Operation Errors:
Error - Generic error
get in interface SoftwarepackagesasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<SoftwarepackagesTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
SoftwarepackagesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
software updates available.
Operation Errors:
Error - Generic error
get in interface SoftwarepackagesasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.