VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Pending
interface provides method for listing pending minor or major updates of vCenter Server.
More...
Inherited by vmware::vcenter::lcm::update::PendingStub.
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. |
The Pending
interface provides method for listing pending minor or major updates of vCenter Server.
vmware.vcenter.lcm.update.PendingTypes.Info vmware::vcenter::lcm::update::Pending::Get | ( | string | version | ) |
Gets detailed update information.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | if there is no pending update assosiated with the version in the system. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
version | A version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending . |
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.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | if there is no pending update assosiated with the version in the system. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
version | A version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
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.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | if there is no pending update assosiated with the version in the system. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
version | A version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
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.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | if there is no pending update assosiated with the version in the system. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
version | A version identified the update The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending . |
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.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
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.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
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.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
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.
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Error | if there is some unknown internal error. The accompanying error message will give more details about the error. |
Implemented in vmware::vcenter::lcm::update::PendingStub.