Package | Description |
---|---|
org.openstack4j.model.telemetry | |
org.openstack4j.model.telemetry.builder | |
org.openstack4j.openstack.telemetry.domain |
Modifier and Type | Method and Description |
---|---|
static Alarm.Type |
Alarm.Type.fromValue(String type) |
Alarm.Type |
Alarm.getType() |
static Alarm.Type |
Alarm.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alarm.Type[] |
Alarm.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Alarm.setType(Alarm.Type type) |
Modifier and Type | Method and Description |
---|---|
AlarmBuilder |
AlarmBuilder.type(Alarm.Type type) |
Modifier and Type | Method and Description |
---|---|
Alarm.Type |
CeilometerAlarm.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CeilometerAlarm.setType(Alarm.Type type) |
AlarmBuilder |
CeilometerAlarm.AlarmConcreteBuilder.type(Alarm.Type type) |
Copyright © 2017. All rights reserved.