VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Metrics API service. More...
Inherits vmware::vstats::Metrics.
Public Member Functions | |
MetricsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
MetricsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
global::System.Collections.Generic.List < vmware.vstats.MetricsTypes.Summary > | List () |
Returns list of available Metrics as supplied by the discovered providers. | |
global::System.Collections.Generic.List < vmware.vstats.MetricsTypes.Summary > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns list of available Metrics as supplied by the discovered providers. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.MetricsTypes.Summary > > | ListAsync () |
Returns list of available Metrics as supplied by the discovered providers. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.MetricsTypes.Summary > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns list of available Metrics as supplied by the discovered providers. |
Remote stub implementation of the Metrics API service.
vmware::vstats::MetricsStub::MetricsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vstats::MetricsStub::MetricsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
global::System.Collections.Generic.List<vmware.vstats.MetricsTypes.Summary> vmware::vstats::MetricsStub::List | ( | ) | [inline] |
Returns list of available Metrics as supplied by the discovered providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
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 sufficient privileges. |
Implements vmware::vstats::Metrics.
global::System.Collections.Generic.List<vmware.vstats.MetricsTypes.Summary> vmware::vstats::MetricsStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns list of available Metrics as supplied by the discovered providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
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 sufficient privileges. |
Implements vmware::vstats::Metrics.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.MetricsTypes.Summary> > vmware::vstats::MetricsStub::ListAsync | ( | ) | [inline] |
Returns list of available Metrics as supplied by the discovered providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
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 sufficient privileges. |
Implements vmware::vstats::Metrics.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.MetricsTypes.Summary> > vmware::vstats::MetricsStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns list of available Metrics as supplied by the discovered providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
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 sufficient privileges. |
Implements vmware::vstats::Metrics.