Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static VolumeBackup.Type |
VolumeBackup.Type.create(String key) |
VolumeBackup.Type |
VolumeBackup.getType()
The type of a volume backup.
|
static VolumeBackup.Type |
VolumeBackup.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeBackup.Type[] |
VolumeBackup.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VolumeBackup.Builder |
VolumeBackup.Builder.type(VolumeBackup.Type type)
The type of a volume backup.
|
Constructor and Description |
---|
VolumeBackup(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 kmsKeyId,
VolumeBackup.LifecycleState lifecycleState,
Long sizeInGBs,
Long sizeInMBs,
VolumeBackup.SourceType sourceType,
String sourceVolumeBackupId,
Date timeCreated,
Date timeRequestReceived,
VolumeBackup.Type type,
Long uniqueSizeInGBs,
Long uniqueSizeInMbs,
String volumeId)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.