Uses of Class
com.oracle.bmc.core.model.BlockVolumeReplicaDetails
-
Packages that use BlockVolumeReplicaDetails Package Description com.oracle.bmc.core.model -
-
Uses of BlockVolumeReplicaDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BlockVolumeReplicaDetails Modifier and Type Method Description BlockVolumeReplicaDetailsBlockVolumeReplicaDetails.Builder. build()Methods in com.oracle.bmc.core.model that return types with arguments of type BlockVolumeReplicaDetails Modifier and Type Method Description List<BlockVolumeReplicaDetails>CreateVolumeDetails. getBlockVolumeReplicas()The list of block volume replicas to be enabled for this volume in the specified destination availability domains.List<BlockVolumeReplicaDetails>UpdateVolumeDetails. getBlockVolumeReplicas()The list of block volume replicas that this volume will be updated to have in the specified destination availability domains.Methods in com.oracle.bmc.core.model with parameters of type BlockVolumeReplicaDetails Modifier and Type Method Description BlockVolumeReplicaDetails.BuilderBlockVolumeReplicaDetails.Builder. copy(BlockVolumeReplicaDetails model)Method parameters in com.oracle.bmc.core.model with type arguments of type BlockVolumeReplicaDetails Modifier and Type Method Description CreateVolumeDetails.BuilderCreateVolumeDetails.Builder. blockVolumeReplicas(List<BlockVolumeReplicaDetails> blockVolumeReplicas)The list of block volume replicas to be enabled for this volume in the specified destination availability domains.UpdateVolumeDetails.BuilderUpdateVolumeDetails.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.Constructor parameters in com.oracle.bmc.core.model with type arguments of type BlockVolumeReplicaDetails Constructor 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, Boolean isReservationsEnabled)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, Boolean isReservationsEnabled)Deprecated.
-