Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static BootVolumeBackup.SourceType |
BootVolumeBackup.SourceType.create(String key) |
BootVolumeBackup.SourceType |
BootVolumeBackup.getSourceType()
Specifies whether the backup was created manually, or via scheduled backup policy.
|
static BootVolumeBackup.SourceType |
BootVolumeBackup.SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootVolumeBackup.SourceType[] |
BootVolumeBackup.SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BootVolumeBackup.Builder |
BootVolumeBackup.Builder.sourceType(BootVolumeBackup.SourceType sourceType)
Specifies whether the backup was created manually, or via scheduled backup policy.
|
Constructor and Description |
---|
BootVolumeBackup(String bootVolumeId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String displayName,
Date expirationTime,
Map<String,String> freeformTags,
String id,
String imageId,
String kmsKeyId,
BootVolumeBackup.LifecycleState lifecycleState,
Long sizeInGBs,
String sourceBootVolumeBackupId,
BootVolumeBackup.SourceType sourceType,
Date timeCreated,
Date timeRequestReceived,
BootVolumeBackup.Type type,
Long uniqueSizeInGBs)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.