VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::update::PendingStub Class Reference

Remote stub implementation of the Pending API service. More...

Inherits vmware::vcenter::lcm::update::Pending.

List of all members.

Public Member Functions

 PendingStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 PendingStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.vcenter.lcm.update.PendingTypes.ListResult List ()
 Lists all available minor and major updates.
vmware.vcenter.lcm.update.PendingTypes.ListResult List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Lists all available minor and major updates.
global::System.Threading.Tasks.Task
< vmware.vcenter.lcm.update.PendingTypes.ListResult
ListAsync ()
 Lists all available minor and major updates.
global::System.Threading.Tasks.Task
< vmware.vcenter.lcm.update.PendingTypes.ListResult
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Lists all available minor and major updates.
vmware.vcenter.lcm.update.PendingTypes.Info Get (string version)
 Gets detailed update information.
vmware.vcenter.lcm.update.PendingTypes.Info Get (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets detailed update information.
global::System.Threading.Tasks.Task
< vmware.vcenter.lcm.update.PendingTypes.Info
GetAsync (string version)
 Gets detailed update information.
global::System.Threading.Tasks.Task
< vmware.vcenter.lcm.update.PendingTypes.Info
GetAsync (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets detailed update information.

Detailed Description

Remote stub implementation of the Pending API service.


Constructor & Destructor Documentation

vmware::vcenter::lcm::update::PendingStub::PendingStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::lcm::update::PendingStub::PendingStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vcenter.lcm.update.PendingTypes.Info vmware::vcenter::lcm::update::PendingStub::Get ( string  version) [inline]

Gets detailed update information.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.NotFoundif there is no pending update assosiated with the version in the system.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Parameters:
versionA version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending .
Returns:
A detailed information about the particular vCenter patch/update

Implements vmware::vcenter::lcm::update::Pending.

vmware.vcenter.lcm.update.PendingTypes.Info vmware::vcenter::lcm::update::PendingStub::Get ( string  version,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets detailed update information.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.NotFoundif there is no pending update assosiated with the version in the system.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Parameters:
versionA version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A detailed information about the particular vCenter patch/update

Implements vmware::vcenter::lcm::update::Pending.

global::System.Threading.Tasks.Task<vmware.vcenter.lcm.update.PendingTypes.Info> vmware::vcenter::lcm::update::PendingStub::GetAsync ( string  version,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets detailed update information.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.NotFoundif there is no pending update assosiated with the version in the system.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Parameters:
versionA version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A detailed information about the particular vCenter patch/update

Implements vmware::vcenter::lcm::update::Pending.

global::System.Threading.Tasks.Task<vmware.vcenter.lcm.update.PendingTypes.Info> vmware::vcenter::lcm::update::PendingStub::GetAsync ( string  version) [inline]

Gets detailed update information.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.NotFoundif there is no pending update assosiated with the version in the system.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Parameters:
versionA version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending .
Returns:
A detailed information about the particular vCenter patch/update

Implements vmware::vcenter::lcm::update::Pending.

vmware.vcenter.lcm.update.PendingTypes.ListResult vmware::vcenter::lcm::update::PendingStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Lists all available minor and major updates.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Returns:
Information about the pending patch/updates for the given vCenter server

Implements vmware::vcenter::lcm::update::Pending.

vmware.vcenter.lcm.update.PendingTypes.ListResult vmware::vcenter::lcm::update::PendingStub::List ( ) [inline]

Lists all available minor and major updates.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Returns:
Information about the pending patch/updates for the given vCenter server

Implements vmware::vcenter::lcm::update::Pending.

global::System.Threading.Tasks.Task<vmware.vcenter.lcm.update.PendingTypes.ListResult> vmware::vcenter::lcm::update::PendingStub::ListAsync ( ) [inline]

Lists all available minor and major updates.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Returns:
Information about the pending patch/updates for the given vCenter server

Implements vmware::vcenter::lcm::update::Pending.

global::System.Threading.Tasks.Task<vmware.vcenter.lcm.update.PendingTypes.ListResult> vmware::vcenter::lcm::update::PendingStub::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Lists all available minor and major updates.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Errorif there is some unknown internal error. The accompanying error message will give more details about the error.
Returns:
Information about the pending patch/updates for the given vCenter server

Implements vmware::vcenter::lcm::update::Pending.


The documentation for this class was generated from the following file: