Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static AdhocQueryResultState |
AdhocQueryResultState.create(String key) |
AdhocQueryResultState |
AdhocQueryResultSummary.getState()
Status of the query
|
static AdhocQueryResultState |
AdhocQueryResultState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdhocQueryResultState[] |
AdhocQueryResultState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AdhocQueryResultSummary.Builder |
AdhocQueryResultSummary.Builder.state(AdhocQueryResultState state)
Status of the query
|
Constructor and Description |
---|
AdhocQueryResultSummary(String hostId,
AdhocQueryResultState state,
String region,
Date timeSubmitted,
String errorMessage,
Long resultCount,
List<Map<String,String>> result,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.