Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Class and Description |
---|---|
class |
VolumeSourceFromVolumeBackupDetails
Specifies the volume backup.
|
class |
VolumeSourceFromVolumeDetails
Specifies the source volume.
|
Modifier and Type | Method and Description |
---|---|
VolumeSourceDetails |
CreateVolumeDetails.getSourceDetails()
Specifies the volume source details for a new Block volume.
|
VolumeSourceDetails |
Volume.getSourceDetails()
The volume source, either an existing volume in the same availability domain or a volume backup.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumeDetails.Builder |
CreateVolumeDetails.Builder.sourceDetails(VolumeSourceDetails sourceDetails) |
Volume.Builder |
Volume.Builder.sourceDetails(VolumeSourceDetails sourceDetails) |
Constructor and Description |
---|
CreateVolumeDetails(String availabilityDomain,
String backupPolicyId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String kmsKeyId,
Long sizeInGBs,
Long sizeInMBs,
VolumeSourceDetails sourceDetails,
String volumeBackupId)
Deprecated.
|
Volume(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
Boolean isHydrated,
String kmsKeyId,
Volume.LifecycleState lifecycleState,
Long sizeInGBs,
Long sizeInMBs,
VolumeSourceDetails sourceDetails,
Date timeCreated,
String volumeGroupId)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.