VMware vSphere Automation SDK for .NET 7.0.0.1
|
This interface provides methods to update the local compatibility data residing on the vCenter Appliance or to get information about the said data. More...
Inherited by vmware::esx::hcl::CompatibilityDataStub.
Public Member Functions | |
vmware.esx.hcl.CompatibilityDataTypes.Status | Get () |
Provides information about the compatibility data located on the vCenter Appliance. | |
vmware.esx.hcl.CompatibilityDataTypes.Status | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Provides information about the compatibility data located on the vCenter Appliance. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.CompatibilityDataTypes.Status > | GetAsync () |
Provides information about the compatibility data located on the vCenter Appliance. | |
global::System.Threading.Tasks.Task < vmware.esx.hcl.CompatibilityDataTypes.Status > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Provides information about the compatibility data located on the vCenter Appliance. | |
string | Update_Task () |
Replaces the local compatibility data with the latest version found from VMware official source. | |
string | Update_Task (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Replaces the local compatibility data with the latest version found from VMware official source. |
This interface provides methods to update the local compatibility data residing on the vCenter Appliance or to get information about the said data.
The information in the data is generic VMware compatibility information for servers and devices.
vmware.esx.hcl.CompatibilityDataTypes.Status vmware::esx::hcl::CompatibilityData::Get | ( | ) |
Provides information about the compatibility data located on the vCenter Appliance.
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::esx::hcl::CompatibilityDataStub.
vmware.esx.hcl.CompatibilityDataTypes.Status vmware::esx::hcl::CompatibilityData::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Provides information about the compatibility data located on the vCenter Appliance.
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::esx::hcl::CompatibilityDataStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.CompatibilityDataTypes.Status> vmware::esx::hcl::CompatibilityData::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Provides information about the compatibility data located on the vCenter Appliance.
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::esx::hcl::CompatibilityDataStub.
global::System.Threading.Tasks.Task<vmware.esx.hcl.CompatibilityDataTypes.Status> vmware::esx::hcl::CompatibilityData::GetAsync | ( | ) |
Provides information about the compatibility data located on the vCenter Appliance.
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is no compatibility data on the vCenter executing the operation. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::esx::hcl::CompatibilityDataStub.
string vmware::esx::hcl::CompatibilityData::Update_Task | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Replaces the local compatibility data with the latest version found from VMware official source.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is compatibility data update in progress. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
Implemented in vmware::esx::hcl::CompatibilityDataStub.
string vmware::esx::hcl::CompatibilityData::Update_Task | ( | ) |
Replaces the local compatibility data with the latest version found from VMware official source.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.NotAllowedInCurrentState | if there is compatibility data update in progress. |
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.ResourceInaccessible | if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP). |
vmware.vapi.std.errors.Error | If there is some unknown error. The accompanying error message will give more details about the failure. |
Implemented in vmware::esx::hcl::CompatibilityDataStub.