Package | Description |
---|---|
com.oracle.bmc.mysql.model | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
static ReplicaSummary.LifecycleState |
ReplicaSummary.LifecycleState.create(String key) |
ReplicaSummary.LifecycleState |
ReplicaSummary.getLifecycleState()
The state of the read replica.
|
static ReplicaSummary.LifecycleState |
ReplicaSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicaSummary.LifecycleState[] |
ReplicaSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReplicaSummary.Builder |
ReplicaSummary.Builder.lifecycleState(ReplicaSummary.LifecycleState lifecycleState)
The state of the read replica.
|
Constructor and Description |
---|
ReplicaSummary(String id,
String dbSystemId,
String compartmentId,
String displayName,
String description,
ReplicaSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String mysqlVersion,
String availabilityDomain,
String faultDomain,
String ipAddress,
Integer port,
Integer portX,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isDeleteProtected,
String shapeName,
String configurationId,
ReplicaOverrides replicaOverrides)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReplicaSummary.LifecycleState |
ListReplicasRequest.getLifecycleState()
The LifecycleState of the read replica.
|
Modifier and Type | Method and Description |
---|---|
ListReplicasRequest.Builder |
ListReplicasRequest.Builder.lifecycleState(ReplicaSummary.LifecycleState lifecycleState)
The LifecycleState of the read replica.
|
Copyright © 2016–2024. All rights reserved.