Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ReplicationSummary.LifecycleState |
ReplicationSummary.LifecycleState.create(String key) |
ReplicationSummary.LifecycleState |
ReplicationSummary.getLifecycleState()
The current state of this replication.
|
static ReplicationSummary.LifecycleState |
ReplicationSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationSummary.LifecycleState[] |
ReplicationSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReplicationSummary.Builder |
ReplicationSummary.Builder.lifecycleState(ReplicationSummary.LifecycleState lifecycleState)
The current state of this replication.
|
Constructor and Description |
---|
ReplicationSummary(String availabilityDomain,
String compartmentId,
String id,
ReplicationSummary.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
List<ResourceLock> locks,
Long replicationInterval,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String lifecycleDetails,
Date recoveryPointTime)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.