Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static InstanceDetails.Status |
InstanceDetails.Status.create(String key) |
InstanceDetails.Status |
InstanceDetails.getStatus()
The status of the Oracle RAC database instance.
|
static InstanceDetails.Status |
InstanceDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceDetails.Status[] |
InstanceDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstanceDetails.Builder |
InstanceDetails.Builder.status(InstanceDetails.Status status)
The status of the Oracle RAC database instance.
|
Constructor and Description |
---|
InstanceDetails(Integer id,
String name,
String hostName,
InstanceDetails.Status status)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.