Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static FleetErrorReason |
FleetErrorReason.create(String key) |
FleetErrorReason |
FleetErrorAggregation.getReason()
Enum that uniquely identifies the fleet error.
|
FleetErrorReason |
FleetErrorDetails.getReason()
The fleet error reason.
|
static FleetErrorReason |
FleetErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetErrorReason[] |
FleetErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FleetErrorAggregation.Builder |
FleetErrorAggregation.Builder.reason(FleetErrorReason reason)
Enum that uniquely identifies the fleet error.
|
FleetErrorDetails.Builder |
FleetErrorDetails.Builder.reason(FleetErrorReason reason)
The fleet error reason.
|
Constructor and Description |
---|
FleetErrorAggregation(FleetErrorReason reason,
Integer count)
Deprecated.
|
FleetErrorDetails(FleetErrorReason reason,
String details,
Date timeLastSeen)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.