Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - MetricAlarmExpression(vim.alarm.MetricAlarmExpression)
- Extends
- AlarmExpression
- See also
- MetricAlarmOperator, PerfMetricId
- Since
- 2.0
Data Object Description
An alarm expression that uses a metric as the condition that triggers an alarm. Base type.There are two alarm operands: yellow and red. At least one of them must be set. The value of the alarm expression is determined as follows:
- If the host is not connected, the host metric expression is gray.
- If the vm is not connected, the vm metric expression is gray.
- If red is set but yellow is not, the expression is red when the metric is over (isAbove operator) or under (isBelow operator) the red value. Otherwise, the expression is green.
- If yellow is set but red is not, the expression is yellow when the metric is over (isAbove) or under (isBelow) the yellow value. Otherwise, the expression is green.
- If both yellow and red are set, the value of the expression is red when the metric is over (isAbove) or under (isBelow) the red value. Otherwise, the expression is yellow when the metric is over (isAbove) or under (isBelow) the yellow value. Otherwise, the expression is green.
Properties
Name | Type | Description |
---|---|---|
metric | PerfMetricId |
The instance of the metric.
|
operator | MetricAlarmOperator |
The operation to be tested on the metric.
|
red* | xsd:int |
Whether or not to test for a red condition.
If not set, do not calculate red status.
If set, it contains the threshold value that triggers red status.
|
redInterval* | xsd:int |
Time interval in seconds for which the red condition must be true
before the red status is triggered. If unset, the red status is
triggered immediately when the red condition becomes true.
Since vSphere API Release 4.0 |
type | xsd:string |
Name of the object type containing the property.
|
yellow* | xsd:int |
Whether or not to test for a yellow condition.
If not set, do not calculate yellow status.
If set, it contains the threshold value that triggers yellow status.
|
yellowInterval* | xsd:int |
Time interval in seconds for which the yellow condition must be true
before the yellow status is triggered. If unset, the yellow status is
triggered immediately when the yellow condition becomes true.
Since vSphere API Release 4.0 |
Properties inherited from AlarmExpression | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |