Uses of Class
com.oracle.bmc.core.model.VolumeGroupSourceDetails
-
Packages that use VolumeGroupSourceDetails Package Description com.oracle.bmc.core.model -
-
Uses of VolumeGroupSourceDetails in com.oracle.bmc.core.model
Subclasses of VolumeGroupSourceDetails in com.oracle.bmc.core.model Modifier and Type Class Description class
VolumeGroupSourceFromVolumeGroupBackupDetails
Specifies the volume group backup to restore from.class
VolumeGroupSourceFromVolumeGroupDetails
Specifies the volume group to clone from.class
VolumeGroupSourceFromVolumeGroupReplicaDetails
Specifies the source volume replica which the volume group will be created from.class
VolumeGroupSourceFromVolumesDetails
Specifies the volumes in a volume group.Methods in com.oracle.bmc.core.model that return VolumeGroupSourceDetails Modifier and Type Method Description VolumeGroupSourceDetails
CreateVolumeGroupDetails. getSourceDetails()
VolumeGroupSourceDetails
VolumeGroup. getSourceDetails()
Methods in com.oracle.bmc.core.model with parameters of type VolumeGroupSourceDetails Modifier and Type Method Description CreateVolumeGroupDetails.Builder
CreateVolumeGroupDetails.Builder. sourceDetails(VolumeGroupSourceDetails sourceDetails)
VolumeGroup.Builder
VolumeGroup.Builder. sourceDetails(VolumeGroupSourceDetails sourceDetails)
Constructors in com.oracle.bmc.core.model with parameters of type VolumeGroupSourceDetails Constructor Description CreateVolumeGroupDetails(String availabilityDomain, String backupPolicyId, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, VolumeGroupSourceDetails sourceDetails, List<VolumeGroupReplicaDetails> volumeGroupReplicas, String clusterPlacementGroupId, String xrcKmsKeyId)
Deprecated.VolumeGroup(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, VolumeGroup.LifecycleState lifecycleState, Long sizeInMBs, Long sizeInGBs, VolumeGroupSourceDetails sourceDetails, Date timeCreated, List<String> volumeIds, Boolean isHydrated, List<VolumeGroupReplicaInfo> volumeGroupReplicas)
Deprecated.
-