|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Pending interface provides methods to manipulate pending updates.
More...
Inherited by vmware::appliance::update::PendingStub.
Public Member Functions | |
| global::System.Collections.Generic.List < vmware.appliance.update.Summary > | List (vmware.appliance.update.PendingTypes.SourceType sourceType, string url) |
| Checks if new updates are available. | |
| global::System.Collections.Generic.List < vmware.appliance.update.Summary > | List (vmware.appliance.update.PendingTypes.SourceType sourceType, string url, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Checks if new updates are available. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.update.Summary > > | ListAsync (vmware.appliance.update.PendingTypes.SourceType sourceType, string url) |
| Checks if new updates are available. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.update.Summary > > | ListAsync (vmware.appliance.update.PendingTypes.SourceType sourceType, string url, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Checks if new updates are available. | |
| vmware.appliance.update.PendingTypes.Info | Get (string version) |
| Gets update information. | |
| vmware.appliance.update.PendingTypes.Info | Get (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Gets update information. | |
| global::System.Threading.Tasks.Task < vmware.appliance.update.PendingTypes.Info > | GetAsync (string version) |
| Gets update information. | |
| global::System.Threading.Tasks.Task < vmware.appliance.update.PendingTypes.Info > | GetAsync (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Gets update information. | |
| vmware.appliance.update.PendingTypes.PrecheckResult | Precheck (string version) |
| Runs update precheck. | |
| vmware.appliance.update.PendingTypes.PrecheckResult | Precheck (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Runs update precheck. | |
| global::System.Threading.Tasks.Task < vmware.appliance.update.PendingTypes.PrecheckResult > | PrecheckAsync (string version) |
| Runs update precheck. | |
| global::System.Threading.Tasks.Task < vmware.appliance.update.PendingTypes.PrecheckResult > | PrecheckAsync (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Runs update precheck. | |
| void | Stage (string version) |
| Starts staging the appliance update. | |
| void | Stage (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Starts staging the appliance update. | |
| global::System.Threading.Tasks.Task | StageAsync (string version) |
| Starts staging the appliance update. | |
| global::System.Threading.Tasks.Task | StageAsync (string version, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Starts staging the appliance update. | |
| vmware.appliance.Notifications | Validate (string version, global::System.Collections.Generic.Dictionary< string, string > userData) |
| Validates the user provided data before the update installation. | |
| vmware.appliance.Notifications | Validate (string version, global::System.Collections.Generic.Dictionary< string, string > userData, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Validates the user provided data before the update installation. | |
| global::System.Threading.Tasks.Task < vmware.appliance.Notifications > | ValidateAsync (string version, global::System.Collections.Generic.Dictionary< string, string > userData) |
| Validates the user provided data before the update installation. | |
| global::System.Threading.Tasks.Task < vmware.appliance.Notifications > | ValidateAsync (string version, global::System.Collections.Generic.Dictionary< string, string > userData, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Validates the user provided data before the update installation. | |
| void | Install (string version, global::System.Collections.Generic.Dictionary< string, string > userData) |
| Starts operation of installing the appliance update. | |
| void | Install (string version, global::System.Collections.Generic.Dictionary< string, string > userData, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Starts operation of installing the appliance update. | |
| global::System.Threading.Tasks.Task | InstallAsync (string version, global::System.Collections.Generic.Dictionary< string, string > userData) |
| Starts operation of installing the appliance update. | |
| global::System.Threading.Tasks.Task | InstallAsync (string version, global::System.Collections.Generic.Dictionary< string, string > userData, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Starts operation of installing the appliance update. | |
| void | StageAndInstall (string version, global::System.Collections.Generic.Dictionary< string, string > userData) |
| Starts operation of installing the appliance update. | |
| void | StageAndInstall (string version, global::System.Collections.Generic.Dictionary< string, string > userData, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Starts operation of installing the appliance update. | |
| global::System.Threading.Tasks.Task | StageAndInstallAsync (string version, global::System.Collections.Generic.Dictionary< string, string > userData) |
| Starts operation of installing the appliance update. | |
| global::System.Threading.Tasks.Task | StageAndInstallAsync (string version, global::System.Collections.Generic.Dictionary< string, string > userData, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Starts operation of installing the appliance update. | |
The Pending interface provides methods to manipulate pending updates.
This interface was added in vSphere API 6.7.
| vmware.appliance.update.PendingTypes.Info vmware::appliance::update::Pending::Get | ( | string | version | ) |
Gets update information.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
Implemented in vmware::appliance::update::PendingStub.
| vmware.appliance.update.PendingTypes.Info vmware::appliance::update::Pending::Get | ( | string | version, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Gets update information.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<vmware.appliance.update.PendingTypes.Info> vmware::appliance::update::Pending::GetAsync | ( | string | version, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Gets update information.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<vmware.appliance.update.PendingTypes.Info> vmware::appliance::update::Pending::GetAsync | ( | string | version | ) |
Gets update information.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
Implemented in vmware::appliance::update::PendingStub.
| void vmware::appliance::update::Pending::Install | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData | ||
| ) |
Starts operation of installing the appliance update.
Will fail is the update is not staged. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update or not staged |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
Implemented in vmware::appliance::update::PendingStub.
| void vmware::appliance::update::Pending::Install | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Starts operation of installing the appliance update.
Will fail is the update is not staged. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update or not staged |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task vmware::appliance::update::Pending::InstallAsync | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData | ||
| ) |
Starts operation of installing the appliance update.
Will fail is the update is not staged. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update or not staged |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task vmware::appliance::update::Pending::InstallAsync | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Starts operation of installing the appliance update.
Will fail is the update is not staged. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update or not staged |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Collections.Generic.List<vmware.appliance.update.Summary> vmware::appliance::update::Pending::List | ( | vmware.appliance.update.PendingTypes.SourceType | sourceType, |
| string | url | ||
| ) |
Checks if new updates are available.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.NotFound | source is not found |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| sourceType | type of the source |
| url | specific URL to check at If null then URL is taken from the policy settings |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Collections.Generic.List<vmware.appliance.update.Summary> vmware::appliance::update::Pending::List | ( | vmware.appliance.update.PendingTypes.SourceType | sourceType, |
| string | url, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Checks if new updates are available.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.NotFound | source is not found |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| sourceType | type of the source |
| url | specific URL to check at If null then URL is taken from the policy settings |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.update.Summary> > vmware::appliance::update::Pending::ListAsync | ( | vmware.appliance.update.PendingTypes.SourceType | sourceType, |
| string | url, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Checks if new updates are available.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.NotFound | source is not found |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| sourceType | type of the source |
| url | specific URL to check at If null then URL is taken from the policy settings |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.update.Summary> > vmware::appliance::update::Pending::ListAsync | ( | vmware.appliance.update.PendingTypes.SourceType | sourceType, |
| string | url | ||
| ) |
Checks if new updates are available.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.NotFound | source is not found |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| sourceType | type of the source |
| url | specific URL to check at If null then URL is taken from the policy settings |
Implemented in vmware::appliance::update::PendingStub.
| vmware.appliance.update.PendingTypes.PrecheckResult vmware::appliance::update::Pending::Precheck | ( | string | version | ) |
Runs update precheck.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if another operation is in progress |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
Implemented in vmware::appliance::update::PendingStub.
| vmware.appliance.update.PendingTypes.PrecheckResult vmware::appliance::update::Pending::Precheck | ( | string | version, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Runs update precheck.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if another operation is in progress |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<vmware.appliance.update.PendingTypes.PrecheckResult> vmware::appliance::update::Pending::PrecheckAsync | ( | string | version | ) |
Runs update precheck.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if another operation is in progress |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<vmware.appliance.update.PendingTypes.PrecheckResult> vmware::appliance::update::Pending::PrecheckAsync | ( | string | version, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Runs update precheck.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if another operation is in progress |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| void vmware::appliance::update::Pending::Stage | ( | string | version | ) |
Starts staging the appliance update.
The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.AlreadyExists | the update is already staged |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents staging |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
Implemented in vmware::appliance::update::PendingStub.
| void vmware::appliance::update::Pending::Stage | ( | string | version, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Starts staging the appliance update.
The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.AlreadyExists | the update is already staged |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents staging |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| void vmware::appliance::update::Pending::StageAndInstall | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Starts operation of installing the appliance update.
Will stage update if not already staged The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| void vmware::appliance::update::Pending::StageAndInstall | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData | ||
| ) |
Starts operation of installing the appliance update.
Will stage update if not already staged The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task vmware::appliance::update::Pending::StageAndInstallAsync | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData | ||
| ) |
Starts operation of installing the appliance update.
Will stage update if not already staged The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task vmware::appliance::update::Pending::StageAndInstallAsync | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Starts operation of installing the appliance update.
Will stage update if not already staged The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an update |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task vmware::appliance::update::Pending::StageAsync | ( | string | version, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Starts staging the appliance update.
The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.AlreadyExists | the update is already staged |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents staging |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task vmware::appliance::update::Pending::StageAsync | ( | string | version | ) |
Starts staging the appliance update.
The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.AlreadyExists | the update is already staged |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents staging |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
Implemented in vmware::appliance::update::PendingStub.
| vmware.appliance.Notifications vmware::appliance::update::Pending::Validate | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Validates the user provided data before the update installation.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an check |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.
| vmware.appliance.Notifications vmware::appliance::update::Pending::Validate | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData | ||
| ) |
Validates the user provided data before the update installation.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an check |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<vmware.appliance.Notifications> vmware::appliance::update::Pending::ValidateAsync | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData | ||
| ) |
Validates the user provided data before the update installation.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an check |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
Implemented in vmware::appliance::update::PendingStub.
| global::System.Threading.Tasks.Task<vmware.appliance.Notifications> vmware::appliance::update::Pending::ValidateAsync | ( | string | version, |
| global::System.Collections.Generic.Dictionary< string, string > | userData, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Validates the user provided data before the update installation.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
| vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
| vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
| vmware.vapi.std.errors.NotFound | if the update is not found |
| vmware.vapi.std.errors.AlreadyInDesiredState | if the update of this version is already installed |
| vmware.vapi.std.errors.NotAllowedInCurrentState | if appliance update state prevents running an check |
| version | Update version The parameter must be an identifier for the resource type: com.vmware.appliance.update.pending . |
| userData | map of user provided data with IDs The key in the parameter map must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PendingStub.