Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
BlockVolumeReplicaDetails |
BlockVolumeReplicaDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BlockVolumeReplicaDetails> |
UpdateVolumeDetails.getBlockVolumeReplicas()
The list of block volume replicas that this volume will be updated to have in the specified
destination availability domains.
|
List<BlockVolumeReplicaDetails> |
CreateVolumeDetails.getBlockVolumeReplicas()
The list of block volume replicas to be enabled for this volume in the specified destination
availability domains.
|
Modifier and Type | Method and Description |
---|---|
BlockVolumeReplicaDetails.Builder |
BlockVolumeReplicaDetails.Builder.copy(BlockVolumeReplicaDetails model) |
Modifier and Type | Method and Description |
---|---|
UpdateVolumeDetails.Builder |
UpdateVolumeDetails.Builder.blockVolumeReplicas(List<BlockVolumeReplicaDetails> blockVolumeReplicas)
The list of block volume replicas that this volume will be updated to have in the
specified destination availability domains.
|
CreateVolumeDetails.Builder |
CreateVolumeDetails.Builder.blockVolumeReplicas(List<BlockVolumeReplicaDetails> blockVolumeReplicas)
The list of block volume replicas to be enabled for this volume in the specified
destination availability domains.
|
Constructor and Description |
---|
CreateVolumeDetails(String availabilityDomain,
String backupPolicyId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String kmsKeyId,
Long vpusPerGB,
String clusterPlacementGroupId,
Long sizeInGBs,
Long sizeInMBs,
VolumeSourceDetails sourceDetails,
String volumeBackupId,
Boolean isAutoTuneEnabled,
List<BlockVolumeReplicaDetails> blockVolumeReplicas,
List<AutotunePolicy> autotunePolicies,
String xrcKmsKeyId)
Deprecated.
|
UpdateVolumeDetails(Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Long vpusPerGB,
Long sizeInGBs,
Boolean isAutoTuneEnabled,
List<BlockVolumeReplicaDetails> blockVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.