Uses of Class
com.oracle.bmc.core.model.VolumeGroupReplicaInfo
-
Packages that use VolumeGroupReplicaInfo Package Description com.oracle.bmc.core.model -
-
Uses of VolumeGroupReplicaInfo in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeGroupReplicaInfo Modifier and Type Method Description VolumeGroupReplicaInfo
VolumeGroupReplicaInfo.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type VolumeGroupReplicaInfo Modifier and Type Method Description List<VolumeGroupReplicaInfo>
VolumeGroup. getVolumeGroupReplicas()
The list of volume group replicas of this volume group.Methods in com.oracle.bmc.core.model with parameters of type VolumeGroupReplicaInfo Modifier and Type Method Description VolumeGroupReplicaInfo.Builder
VolumeGroupReplicaInfo.Builder. copy(VolumeGroupReplicaInfo model)
Method parameters in com.oracle.bmc.core.model with type arguments of type VolumeGroupReplicaInfo Modifier and Type Method Description VolumeGroup.Builder
VolumeGroup.Builder. volumeGroupReplicas(List<VolumeGroupReplicaInfo> volumeGroupReplicas)
The list of volume group replicas of this volume group.
-