Package com.vmware.vim25
Class MetricAlarmExpression
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.AlarmExpression
com.vmware.vim25.MetricAlarmExpression
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRed()getType()voidsetMetric(PerfMetricId metric) voidsetOperator(MetricAlarmOperator operator) voidvoidsetRedInterval(Integer redInterval) voidvoidvoidsetYellowInterval(Integer yellowInterval) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
operator
-
type
-
metric
-
yellow
-
yellowInterval
-
red
-
redInterval
-
-
Constructor Details
-
MetricAlarmExpression
public MetricAlarmExpression()
-
-
Method Details
-
getOperator
-
getType
-
getMetric
-
getYellow
-
getYellowInterval
-
getRed
-
getRedInterval
-
setOperator
-
setType
-
setMetric
-
setYellow
-
setYellowInterval
-
setRed
-
setRedInterval
-