Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static DeploymentBackupType |
DeploymentBackupType.create(String key) |
DeploymentBackupType |
DeploymentBackup.getBackupType()
Possible Deployment backup types.
|
DeploymentBackupType |
DeploymentBackupSummary.getBackupType()
Possible Deployment backup types.
|
static DeploymentBackupType |
DeploymentBackupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentBackupType[] |
DeploymentBackupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeploymentBackup.Builder |
DeploymentBackup.Builder.backupType(DeploymentBackupType backupType)
Possible Deployment backup types.
|
DeploymentBackupSummary.Builder |
DeploymentBackupSummary.Builder.backupType(DeploymentBackupType backupType)
Possible Deployment backup types.
|
Constructor and Description |
---|
DeploymentBackup(String id,
String deploymentId,
String compartmentId,
String displayName,
Boolean isAutomatic,
LifecycleState lifecycleState,
String lifecycleDetails,
Date timeOfBackup,
Date timeBackupFinished,
Long sizeInBytes,
DeploymentBackupType backupType,
String oggVersion,
String namespaceName,
String bucketName,
String objectName,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DeploymentBackupSummary(String id,
String deploymentId,
String compartmentId,
String displayName,
Boolean isAutomatic,
LifecycleState lifecycleState,
String lifecycleDetails,
Date timeOfBackup,
Date timeBackupFinished,
Long sizeInBytes,
DeploymentBackupType backupType,
String oggVersion,
String namespaceName,
String bucketName,
String objectName,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.