| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Class and Description |
|---|---|
class |
AndAlarmExpression
Java class for AndAlarmExpression complex type.
|
class |
EventAlarmExpression
Java class for EventAlarmExpression complex type.
|
class |
MetricAlarmExpression
Java class for MetricAlarmExpression complex type.
|
class |
OrAlarmExpression
Java class for OrAlarmExpression complex type.
|
class |
StateAlarmExpression
Java class for StateAlarmExpression complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AlarmExpression |
AlarmSpec.expression |
| Modifier and Type | Field and Description |
|---|---|
protected List<AlarmExpression> |
ArrayOfAlarmExpression.alarmExpression |
protected List<AlarmExpression> |
AndAlarmExpression.expression |
protected List<AlarmExpression> |
OrAlarmExpression.expression |
| Modifier and Type | Method and Description |
|---|---|
AlarmExpression |
ObjectFactory.createAlarmExpression()
Create an instance of
AlarmExpression |
AlarmExpression |
AlarmSpec.getExpression()
Gets the value of the expression property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlarmExpression> |
ArrayOfAlarmExpression.getAlarmExpression()
Gets the value of the alarmExpression property.
|
List<AlarmExpression> |
AndAlarmExpression.getExpression()
Gets the value of the expression property.
|
List<AlarmExpression> |
OrAlarmExpression.getExpression()
Gets the value of the expression property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmSpec.setExpression(AlarmExpression value)
Sets the value of the expression property.
|
Copyright © 2018. All rights reserved.