VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::lcm::update::Pending Interface Reference

The Pending interface provides method for listing pending minor or major updates of vCenter Server. More...

Inherited by vmware::vcenter::lcm::update::PendingStub.

List of all members.

Public Member Functions

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

The Pending interface provides method for listing pending minor or major updates of vCenter Server.


Member Function Documentation

vmware.vcenter.lcm.update.PendingTypes.Info vmware::vcenter::lcm::update::Pending::Get ( string  version)

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

Implemented in vmware::vcenter::lcm::update::PendingStub.

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

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

Implemented in vmware::vcenter::lcm::update::PendingStub.

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

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

Implemented in vmware::vcenter::lcm::update::PendingStub.

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

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

Implemented in vmware::vcenter::lcm::update::PendingStub.

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

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

Implemented in vmware::vcenter::lcm::update::PendingStub.

vmware.vcenter.lcm.update.PendingTypes.ListResult vmware::vcenter::lcm::update::Pending::List ( )

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

Implemented in vmware::vcenter::lcm::update::PendingStub.

global::System.Threading.Tasks.Task<vmware.vcenter.lcm.update.PendingTypes.ListResult> vmware::vcenter::lcm::update::Pending::ListAsync ( )

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

Implemented in vmware::vcenter::lcm::update::PendingStub.

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

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

Implemented in vmware::vcenter::lcm::update::PendingStub.


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