Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.availabilityDomain(String availabilityDomain)
The availability domain of the block volume replica.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.blockVolumeId(String blockVolumeId)
The OCID of the source block volume.
|
static BlockVolumeReplica.Builder |
BlockVolumeReplica.builder()
Create a new builder.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the block volume replica.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.copy(BlockVolumeReplica model) |
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.displayName(String displayName)
A user-friendly name.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.id(String id)
The block volume replica’s Oracle ID (OCID).
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.kmsKeyId(String kmsKeyId)
The OCID of the Vault service key to assign as the master encryption key for the block
volume replica, see Overview of Vault
service
and Using
Keys.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.lifecycleState(BlockVolumeReplica.LifecycleState lifecycleState)
The current state of a block volume replica.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.sizeInGBs(Long sizeInGBs)
The size of the source block volume, in GBs.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.timeCreated(Date timeCreated)
The date and time the block volume replica was created.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.timeLastSynced(Date timeLastSynced)
The date and time the block volume replica was last synced from the source block volume.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.toBuilder() |
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.totalDataTransferredInGBs(Long totalDataTransferredInGBs)
The total size of the data transferred from the source block volume to the block volume
replica, in GBs.
|
BlockVolumeReplica.Builder |
BlockVolumeReplica.Builder.volumeGroupReplicaId(String volumeGroupReplicaId)
The OCID of the volume group replica.
|
Copyright © 2016–2025. All rights reserved.