Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
static BlockVolumeReplica.LifecycleState |
BlockVolumeReplica.LifecycleState.create(String key) |
BlockVolumeReplica.LifecycleState |
BlockVolumeReplica.getLifecycleState()
The current state of a block volume replica.
|
static BlockVolumeReplica.LifecycleState |
BlockVolumeReplica.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockVolumeReplica.LifecycleState[] |
BlockVolumeReplica.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.lifecycleState(BlockVolumeReplica.LifecycleState lifecycleState)
The current state of a block volume replica.
|
Constructor and Description |
---|
BlockVolumeReplica(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
BlockVolumeReplica.LifecycleState lifecycleState,
Long sizeInGBs,
Date timeCreated,
Date timeLastSynced,
String blockVolumeId,
Long totalDataTransferredInGBs,
String volumeGroupReplicaId,
String kmsKeyId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BlockVolumeReplica.LifecycleState |
ListBlockVolumeReplicasRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListBlockVolumeReplicasRequest.Builder |
ListBlockVolumeReplicasRequest.Builder.lifecycleState(BlockVolumeReplica.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2025. All rights reserved.