|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the CounterMetadata API service. More...
Inherits vmware::vstats::CounterMetadata.
Public Member Functions | |
| CounterMetadataStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| CounterMetadataStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > | List (string cid, vmware.vstats.CounterMetadataTypes.FilterSpec filter) |
| Returns information about all counter metadata records for a specific Counter. | |
| global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > | List (string cid, vmware.vstats.CounterMetadataTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about all counter metadata records for a specific Counter. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > > | ListAsync (string cid, vmware.vstats.CounterMetadataTypes.FilterSpec filter) |
| Returns information about all counter metadata records for a specific Counter. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > > | ListAsync (string cid, vmware.vstats.CounterMetadataTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about all counter metadata records for a specific Counter. | |
| global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > | GetDefault (string cid) |
| This method returns the "default" CounterMetadata. | |
| global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > | GetDefault (string cid, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| This method returns the "default" CounterMetadata. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > > | GetDefaultAsync (string cid) |
| This method returns the "default" CounterMetadata. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.CounterMetadataTypes.Info > > | GetDefaultAsync (string cid, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| This method returns the "default" CounterMetadata. | |
| vmware.vstats.CounterMetadataTypes.Info | Get (string cid, string mid) |
| Returns information about a specific CounterMetadata. | |
| vmware.vstats.CounterMetadataTypes.Info | Get (string cid, string mid, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about a specific CounterMetadata. | |
| global::System.Threading.Tasks.Task < vmware.vstats.CounterMetadataTypes.Info > | GetAsync (string cid, string mid) |
| Returns information about a specific CounterMetadata. | |
| global::System.Threading.Tasks.Task < vmware.vstats.CounterMetadataTypes.Info > | GetAsync (string cid, string mid, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about a specific CounterMetadata. | |
Remote stub implementation of the CounterMetadata API service.
| vmware::vstats::CounterMetadataStub::CounterMetadataStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::vstats::CounterMetadataStub::CounterMetadataStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.vstats.CounterMetadataTypes.Info vmware::vstats::CounterMetadataStub::Get | ( | string | cid, |
| string | mid | ||
| ) | [inline] |
Returns information about a specific CounterMetadata.
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.NotFound | if Counter or CounterMetadata 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 . |
| mid | CounterMetadata ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterMetadata . |
Implements vmware::vstats::CounterMetadata.
| vmware.vstats.CounterMetadataTypes.Info vmware::vstats::CounterMetadataStub::Get | ( | string | cid, |
| string | mid, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about a specific CounterMetadata.
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.NotFound | if Counter or CounterMetadata 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 . |
| mid | CounterMetadata ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterMetadata . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::CounterMetadata.
| global::System.Threading.Tasks.Task<vmware.vstats.CounterMetadataTypes.Info> vmware::vstats::CounterMetadataStub::GetAsync | ( | string | cid, |
| string | mid | ||
| ) | [inline] |
Returns information about a specific CounterMetadata.
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.NotFound | if Counter or CounterMetadata 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 . |
| mid | CounterMetadata ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterMetadata . |
Implements vmware::vstats::CounterMetadata.
| global::System.Threading.Tasks.Task<vmware.vstats.CounterMetadataTypes.Info> vmware::vstats::CounterMetadataStub::GetAsync | ( | string | cid, |
| string | mid, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about a specific CounterMetadata.
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.NotFound | if Counter or CounterMetadata 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 . |
| mid | CounterMetadata ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterMetadata . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::CounterMetadata.
| global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> vmware::vstats::CounterMetadataStub::GetDefault | ( | string | cid | ) | [inline] |
This method returns the "default" CounterMetadata.
A Counter has at least one related metadata object. Usually, stats providers (for example hosts) are in agreement about the default metadata. In this case the returned list has a single metadata object.
Sometimes, when providers are in "disagreement" about the default, then the returned list would include all the possible "defaults". This potential ambiguity isn't a real issue because consumers of the vStats API rarely need to specify the "mid" of metadata. Therefore, this API is used primarily for informational purposes.. 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::CounterMetadata.
| global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> vmware::vstats::CounterMetadataStub::GetDefault | ( | string | cid, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
This method returns the "default" CounterMetadata.
A Counter has at least one related metadata object. Usually, stats providers (for example hosts) are in agreement about the default metadata. In this case the returned list has a single metadata object.
Sometimes, when providers are in "disagreement" about the default, then the returned list would include all the possible "defaults". This potential ambiguity isn't a real issue because consumers of the vStats API rarely need to specify the "mid" of metadata. Therefore, this API is used primarily for informational purposes.. 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::CounterMetadata.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> > vmware::vstats::CounterMetadataStub::GetDefaultAsync | ( | string | cid, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
This method returns the "default" CounterMetadata.
A Counter has at least one related metadata object. Usually, stats providers (for example hosts) are in agreement about the default metadata. In this case the returned list has a single metadata object.
Sometimes, when providers are in "disagreement" about the default, then the returned list would include all the possible "defaults". This potential ambiguity isn't a real issue because consumers of the vStats API rarely need to specify the "mid" of metadata. Therefore, this API is used primarily for informational purposes.. 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::CounterMetadata.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> > vmware::vstats::CounterMetadataStub::GetDefaultAsync | ( | string | cid | ) | [inline] |
This method returns the "default" CounterMetadata.
A Counter has at least one related metadata object. Usually, stats providers (for example hosts) are in agreement about the default metadata. In this case the returned list has a single metadata object.
Sometimes, when providers are in "disagreement" about the default, then the returned list would include all the possible "defaults". This potential ambiguity isn't a real issue because consumers of the vStats API rarely need to specify the "mid" of metadata. Therefore, this API is used primarily for informational purposes.. 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::CounterMetadata.
| global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> vmware::vstats::CounterMetadataStub::List | ( | string | cid, |
| vmware.vstats.CounterMetadataTypes.FilterSpec | filter, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about all counter metadata records for 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 any of the specified parameters are 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 . |
| filter | Filter specification. When null no filtering will be performed. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::CounterMetadata.
| global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> vmware::vstats::CounterMetadataStub::List | ( | string | cid, |
| vmware.vstats.CounterMetadataTypes.FilterSpec | filter | ||
| ) | [inline] |
Returns information about all counter metadata records for 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 any of the specified parameters are 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 . |
| filter | Filter specification. When null no filtering will be performed. |
Implements vmware::vstats::CounterMetadata.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> > vmware::vstats::CounterMetadataStub::ListAsync | ( | string | cid, |
| vmware.vstats.CounterMetadataTypes.FilterSpec | filter | ||
| ) | [inline] |
Returns information about all counter metadata records for 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 any of the specified parameters are 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 . |
| filter | Filter specification. When null no filtering will be performed. |
Implements vmware::vstats::CounterMetadata.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.CounterMetadataTypes.Info> > vmware::vstats::CounterMetadataStub::ListAsync | ( | string | cid, |
| vmware.vstats.CounterMetadataTypes.FilterSpec | filter, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about all counter metadata records for 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 any of the specified parameters are 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 . |
| filter | Filter specification. When null no filtering will be performed. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::CounterMetadata.