Uses of Class
com.oracle.bmc.core.model.VolumeSourceDetails
-
Packages that use VolumeSourceDetails Package Description com.oracle.bmc.core.model -
-
Uses of VolumeSourceDetails in com.oracle.bmc.core.model
Subclasses of VolumeSourceDetails in com.oracle.bmc.core.model Modifier and Type Class Description classVolumeSourceFromBlockVolumeReplicaDetailsSpecifies the source block volume replica which the block volume will be created from.classVolumeSourceFromVolumeBackupDeltaDetailsSpecifies the volume backups (first & second) and block size in bytes.classVolumeSourceFromVolumeBackupDetailsSpecifies the volume backup.classVolumeSourceFromVolumeDetailsSpecifies the source volume.Methods in com.oracle.bmc.core.model that return VolumeSourceDetails Modifier and Type Method Description VolumeSourceDetailsCreateVolumeDetails. getSourceDetails()VolumeSourceDetailsVolume. getSourceDetails()Methods in com.oracle.bmc.core.model with parameters of type VolumeSourceDetails Modifier and Type Method Description CreateVolumeDetails.BuilderCreateVolumeDetails.Builder. sourceDetails(VolumeSourceDetails sourceDetails)Volume.BuilderVolume.Builder. sourceDetails(VolumeSourceDetails sourceDetails)Constructors in com.oracle.bmc.core.model with parameters of type VolumeSourceDetails 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.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.
-