Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Class and Description |
---|---|
class |
BootVolumeSourceFromBootVolumeBackupDeltaDetails
Specifies the boot volume backups (first & second) and block size in bytes.
|
class |
BootVolumeSourceFromBootVolumeBackupDetails
Specifies the boot volume backup.
|
class |
BootVolumeSourceFromBootVolumeDetails
Specifies the source boot volume.
|
class |
BootVolumeSourceFromBootVolumeReplicaDetails
Specifies the source boot volume replica which the boot volume will be created from.
|
Modifier and Type | Method and Description |
---|---|
BootVolumeSourceDetails |
BootVolume.getSourceDetails() |
BootVolumeSourceDetails |
CreateBootVolumeDetails.getSourceDetails() |
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,
Map<String,Map<String,Object>> systemTags,
String displayName,
Map<String,String> freeformTags,
String id,
String imageId,
Boolean isHydrated,
String clusterPlacementGroupId,
Long vpusPerGB,
BootVolume.LifecycleState lifecycleState,
Long sizeInGBs,
Long sizeInMBs,
BootVolumeSourceDetails sourceDetails,
Date timeCreated,
String volumeGroupId,
String kmsKeyId,
Boolean isAutoTuneEnabled,
Long autoTunedVpusPerGB,
List<BootVolumeReplicaInfo> bootVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
CreateBootVolumeDetails(String availabilityDomain,
String backupPolicyId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String kmsKeyId,
Long sizeInGBs,
String clusterPlacementGroupId,
Long vpusPerGB,
BootVolumeSourceDetails sourceDetails,
Boolean isAutoTuneEnabled,
List<BootVolumeReplicaDetails> bootVolumeReplicas,
List<AutotunePolicy> autotunePolicies,
String xrcKmsKeyId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.