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