Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
AlarmHistoryEntry |
AlarmHistoryEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AlarmHistoryEntry> |
AlarmHistoryCollection.getEntries()
The set of history entries retrieved for the alarm.
|
Modifier and Type | Method and Description |
---|---|
AlarmHistoryEntry.Builder |
AlarmHistoryEntry.Builder.copy(AlarmHistoryEntry model) |
Modifier and Type | Method and Description |
---|---|
AlarmHistoryCollection.Builder |
AlarmHistoryCollection.Builder.entries(List<AlarmHistoryEntry> entries)
The set of history entries retrieved for the alarm.
|
Constructor and Description |
---|
AlarmHistoryCollection(String alarmId,
Boolean isEnabled,
List<AlarmHistoryEntry> entries)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.