VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the ClusterAvailableVersions API service. More...
Inherits vmware::vcenter::namespace_management::ClusterAvailableVersions.
Public Member Functions | |
ClusterAvailableVersionsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ClusterAvailableVersionsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
global::System.Collections.Generic.List < vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary > | List () |
Get information about each available upgrade. | |
global::System.Collections.Generic.List < vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get information about each available upgrade. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary > > | ListAsync () |
Get information about each available upgrade. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get information about each available upgrade. |
Remote stub implementation of the ClusterAvailableVersions API service.
vmware::vcenter::namespace_management::ClusterAvailableVersionsStub::ClusterAvailableVersionsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::namespace_management::ClusterAvailableVersionsStub::ClusterAvailableVersionsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary> vmware::vcenter::namespace_management::ClusterAvailableVersionsStub::List | ( | ) | [inline] |
Get information about each available upgrade.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::ClusterAvailableVersions.
global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary> vmware::vcenter::namespace_management::ClusterAvailableVersionsStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get information about each available upgrade.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::ClusterAvailableVersions.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary> > vmware::vcenter::namespace_management::ClusterAvailableVersionsStub::ListAsync | ( | ) | [inline] |
Get information about each available upgrade.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::ClusterAvailableVersions.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterAvailableVersionsTypes.Summary> > vmware::vcenter::namespace_management::ClusterAvailableVersionsStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get information about each available upgrade.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::ClusterAvailableVersions.