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