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
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
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()
Softwarepackages
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface Softwarepackages
public SoftwarepackagesTypes.HealthLevel get(InvocationConfig invocationConfig)
Softwarepackages
Synchronous 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 Softwarepackages
invocationConfig
- Configuration for the method invocation.public void get(AsyncCallback<SoftwarepackagesTypes.HealthLevel> asyncCallback)
Softwarepackages
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
software updates available.
Operation Errors:
Error
- Generic error
get
in interface Softwarepackages
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<SoftwarepackagesTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
Softwarepackages
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
software updates available.
Operation Errors:
Error
- Generic error
get
in interface Softwarepackages
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.