VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Counters API service. More...
Inherits vmware::vstats::Counters.
Public Member Functions | |
CountersStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
CountersStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
global::System.Collections.Generic.List < vmware.vstats.CountersTypes.Info > | List (vmware.vstats.CountersTypes.FilterSpec filter) |
Returns information about all counters matching the filter parameters. | |
global::System.Collections.Generic.List < vmware.vstats.CountersTypes.Info > | List (vmware.vstats.CountersTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about all counters matching the filter parameters. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CountersTypes.Info > > | ListAsync (vmware.vstats.CountersTypes.FilterSpec filter) |
Returns information about all counters matching the filter parameters. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CountersTypes.Info > > | ListAsync (vmware.vstats.CountersTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about all counters matching the filter parameters. | |
vmware.vstats.CountersTypes.Info | Get (string cid) |
Returns information about a specific Counter. | |
vmware.vstats.CountersTypes.Info | Get (string cid, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about a specific Counter. | |
global::System.Threading.Tasks.Task < vmware.vstats.CountersTypes.Info > | GetAsync (string cid) |
Returns information about a specific Counter. | |
global::System.Threading.Tasks.Task < vmware.vstats.CountersTypes.Info > | GetAsync (string cid, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about a specific Counter. |
Remote stub implementation of the Counters API service.
vmware::vstats::CountersStub::CountersStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vstats::CountersStub::CountersStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vstats.CountersTypes.Info vmware::vstats::CountersStub::Get | ( | string | cid | ) | [inline] |
Returns information about a specific Counter.
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 cid is invalid. |
vmware.vapi.std.errors.NotFound | if Counter 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. |
cid | Counter ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.Counter . |
Implements vmware::vstats::Counters.
vmware.vstats.CountersTypes.Info vmware::vstats::CountersStub::Get | ( | string | cid, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about a specific Counter.
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 cid is invalid. |
vmware.vapi.std.errors.NotFound | if Counter 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. |
cid | Counter ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.Counter . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::Counters.
global::System.Threading.Tasks.Task<vmware.vstats.CountersTypes.Info> vmware::vstats::CountersStub::GetAsync | ( | string | cid, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about a specific Counter.
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 cid is invalid. |
vmware.vapi.std.errors.NotFound | if Counter 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. |
cid | Counter ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.Counter . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::Counters.
global::System.Threading.Tasks.Task<vmware.vstats.CountersTypes.Info> vmware::vstats::CountersStub::GetAsync | ( | string | cid | ) | [inline] |
Returns information about a specific Counter.
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 cid is invalid. |
vmware.vapi.std.errors.NotFound | if Counter 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. |
cid | Counter ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.Counter . |
Implements vmware::vstats::Counters.
global::System.Collections.Generic.List<vmware.vstats.CountersTypes.Info> vmware::vstats::CountersStub::List | ( | vmware.vstats.CountersTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about all counters matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Filters the returned records. When null no filtering will be applied. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::Counters.
global::System.Collections.Generic.List<vmware.vstats.CountersTypes.Info> vmware::vstats::CountersStub::List | ( | vmware.vstats.CountersTypes.FilterSpec | filter | ) | [inline] |
Returns information about all counters matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Filters the returned records. When null no filtering will be applied. |
Implements vmware::vstats::Counters.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CountersTypes.Info> > vmware::vstats::CountersStub::ListAsync | ( | vmware.vstats.CountersTypes.FilterSpec | filter | ) | [inline] |
Returns information about all counters matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Filters the returned records. When null no filtering will be applied. |
Implements vmware::vstats::Counters.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CountersTypes.Info> > vmware::vstats::CountersStub::ListAsync | ( | vmware.vstats.CountersTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about all counters matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Filters the returned records. When null no filtering will be applied. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::Counters.