Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static DbServerSummary.LifecycleState |
DbServerSummary.LifecycleState.create(String key) |
DbServerSummary.LifecycleState |
DbServerSummary.getLifecycleState()
The current state of the Db server.
|
static DbServerSummary.LifecycleState |
DbServerSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbServerSummary.LifecycleState[] |
DbServerSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbServerSummary.Builder |
DbServerSummary.Builder.lifecycleState(DbServerSummary.LifecycleState lifecycleState)
The current state of the Db server.
|
Constructor and Description |
---|
DbServerSummary(String id,
String displayName,
String compartmentId,
String exadataInfrastructureId,
Integer cpuCoreCount,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
List<String> vmClusterIds,
List<String> autonomousVmClusterIds,
List<String> autonomousVirtualMachineIds,
List<String> dbNodeIds,
String shape,
DbServerSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Integer maxCpuCount,
Integer maxMemoryInGBs,
Integer maxDbNodeStorageInGBs,
Date timeCreated,
DbServerPatchingDetails dbServerPatchingDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbServerSummary.LifecycleState |
ListDbServersRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListDbServersRequest.Builder |
ListDbServersRequest.Builder.lifecycleState(DbServerSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.