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