VMware vSphere Automation SDK for .NET 7.0.0.1
|
The CounterSets
interface provides methods for accessing groupings of counters.
More...
Inherited by vmware::vstats::CounterSetsStub.
Public Member Functions | |
global::System.Collections.Generic.List < vmware.vstats.CounterSetsTypes.Info > | List () |
Returns information about all the counter sets. | |
global::System.Collections.Generic.List < vmware.vstats.CounterSetsTypes.Info > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about all the counter sets. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CounterSetsTypes.Info > > | ListAsync () |
Returns information about all the counter sets. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CounterSetsTypes.Info > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about all the counter sets. | |
vmware.vstats.CounterSetsTypes.Info | Get (string counterSet) |
Returns information about a specific counter set. | |
vmware.vstats.CounterSetsTypes.Info | Get (string counterSet, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about a specific counter set. | |
global::System.Threading.Tasks.Task < vmware.vstats.CounterSetsTypes.Info > | GetAsync (string counterSet) |
Returns information about a specific counter set. | |
global::System.Threading.Tasks.Task < vmware.vstats.CounterSetsTypes.Info > | GetAsync (string counterSet, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about a specific counter set. |
The CounterSets
interface provides methods for accessing groupings of counters.
Counter-sets allow consumers to use groups of counters. The counters may relate to different resource types. When an AcqSpecs record refers to a counter-set, only the relevant counters apply. Warning: This interface 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.vstats.CounterSetsTypes.Info vmware::vstats::CounterSets::Get | ( | string | counterSet | ) |
Returns information about a specific counter set.
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.InvalidArgument | if counterSet is invalid. |
vmware.vapi.std.errors.NotFound | if the requested counter set could not be located. |
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. |
counterSet | identifier of the counter set to retrieve. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterSet . |
Implemented in vmware::vstats::CounterSetsStub.
vmware.vstats.CounterSetsTypes.Info vmware::vstats::CounterSets::Get | ( | string | counterSet, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about a specific counter set.
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.InvalidArgument | if counterSet is invalid. |
vmware.vapi.std.errors.NotFound | if the requested counter set could not be located. |
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. |
counterSet | identifier of the counter set to retrieve. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterSet . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vstats::CounterSetsStub.
global::System.Threading.Tasks.Task<vmware.vstats.CounterSetsTypes.Info> vmware::vstats::CounterSets::GetAsync | ( | string | counterSet, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about a specific counter set.
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.InvalidArgument | if counterSet is invalid. |
vmware.vapi.std.errors.NotFound | if the requested counter set could not be located. |
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. |
counterSet | identifier of the counter set to retrieve. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterSet . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vstats::CounterSetsStub.
global::System.Threading.Tasks.Task<vmware.vstats.CounterSetsTypes.Info> vmware::vstats::CounterSets::GetAsync | ( | string | counterSet | ) |
Returns information about a specific counter set.
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.InvalidArgument | if counterSet is invalid. |
vmware.vapi.std.errors.NotFound | if the requested counter set could not be located. |
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. |
counterSet | identifier of the counter set to retrieve. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterSet . |
Implemented in vmware::vstats::CounterSetsStub.
global::System.Collections.Generic.List<vmware.vstats.CounterSetsTypes.Info> vmware::vstats::CounterSets::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about all the counter sets.
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. |
Implemented in vmware::vstats::CounterSetsStub.
global::System.Collections.Generic.List<vmware.vstats.CounterSetsTypes.Info> vmware::vstats::CounterSets::List | ( | ) |
Returns information about all the counter sets.
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. |
Implemented in vmware::vstats::CounterSetsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CounterSetsTypes.Info> > vmware::vstats::CounterSets::ListAsync | ( | ) |
Returns information about all the counter sets.
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. |
Implemented in vmware::vstats::CounterSetsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CounterSetsTypes.Info> > vmware::vstats::CounterSets::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about all the counter sets.
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. |
Implemented in vmware::vstats::CounterSetsStub.