vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - PerfMetricId(vim.PerformanceManager.MetricId)
- Property of
 - MetricAlarmExpression, PerfMetricSeries, PerfQuerySpec
 - Returned by
 - QueryAvailablePerfMetric
 - Extends
 - DynamicData
 - Since
 - 2.0
 
Data Object Description
This data object type contains information that associates a performance counter with a performance metric. When constructing this data object for the metricId property of the PerfQuerySpec to submit to one of the PerformanceManager query operations, the instance property supports these special characters:- An asterisk (*) to specify all instances of the metric for the specified counterId
 - Double-quotes ("") to specify aggregated statistics
 
Properties
| Name | Type | Description | 
|---|---|---|
| counterId | xsd:int | 
         The key of the counter for
  the metric.
       | 
| instance | xsd:string | 
         An identifier that is derived from configuration names for the device
  associated with the metric. It identifies the instance of the metric
  with its source. This property may be empty. 
  | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |