Uses of Class
com.oracle.bmc.core.model.BlockVolumeReplicaInfo
-
Packages that use BlockVolumeReplicaInfo Package Description com.oracle.bmc.core.model -
-
Uses of BlockVolumeReplicaInfo in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BlockVolumeReplicaInfo Modifier and Type Method Description BlockVolumeReplicaInfoBlockVolumeReplicaInfo.Builder. build()Methods in com.oracle.bmc.core.model that return types with arguments of type BlockVolumeReplicaInfo Modifier and Type Method Description List<BlockVolumeReplicaInfo>Volume. getBlockVolumeReplicas()The list of block volume replicas of this volume.Methods in com.oracle.bmc.core.model with parameters of type BlockVolumeReplicaInfo Modifier and Type Method Description BlockVolumeReplicaInfo.BuilderBlockVolumeReplicaInfo.Builder. copy(BlockVolumeReplicaInfo model)Method parameters in com.oracle.bmc.core.model with type arguments of type BlockVolumeReplicaInfo Modifier and Type Method Description Volume.BuilderVolume.Builder. blockVolumeReplicas(List<BlockVolumeReplicaInfo> blockVolumeReplicas)The list of block volume replicas of this volume.Constructor parameters in com.oracle.bmc.core.model with type arguments of type BlockVolumeReplicaInfo Constructor Description Volume(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String id, Boolean isHydrated, String kmsKeyId, Volume.LifecycleState lifecycleState, Long vpusPerGB, String clusterPlacementGroupId, Long sizeInGBs, Long sizeInMBs, VolumeSourceDetails sourceDetails, Date timeCreated, String volumeGroupId, Boolean isAutoTuneEnabled, Long autoTunedVpusPerGB, List<BlockVolumeReplicaInfo> blockVolumeReplicas, List<AutotunePolicy> autotunePolicies, Boolean isReservationsEnabled)Deprecated.
-