Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
static NodeBackupConfiguration.LifecycleState |
NodeBackupConfiguration.LifecycleState.create(String key) |
NodeBackupConfiguration.LifecycleState |
NodeBackupConfiguration.getLifecycleState()
The state of the NodeBackupConfiguration.
|
NodeBackupConfiguration.LifecycleState |
NodeBackupConfigurationSummary.getLifecycleState()
The state of the NodeBackupConfiguration.
|
static NodeBackupConfiguration.LifecycleState |
NodeBackupConfiguration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeBackupConfiguration.LifecycleState[] |
NodeBackupConfiguration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeBackupConfiguration.Builder |
NodeBackupConfiguration.Builder.lifecycleState(NodeBackupConfiguration.LifecycleState lifecycleState)
The state of the NodeBackupConfiguration.
|
NodeBackupConfigurationSummary.Builder |
NodeBackupConfigurationSummary.Builder.lifecycleState(NodeBackupConfiguration.LifecycleState lifecycleState)
The state of the NodeBackupConfiguration.
|
Constructor and Description |
---|
NodeBackupConfiguration(String id,
String bdsInstanceId,
String displayName,
LevelTypeDetails levelTypeDetails,
NodeBackupConfiguration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String timezone,
String schedule,
Integer numberOfBackupsToRetain,
NodeBackup.BackupType backupType)
Deprecated.
|
NodeBackupConfigurationSummary(String id,
String bdsInstanceId,
String displayName,
LevelTypeDetails levelTypeDetails,
NodeBackupConfiguration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodeBackupConfiguration.LifecycleState |
ListNodeBackupConfigurationsRequest.getLifecycleState()
The state of the NodeBackupConfiguration configuration.
|
Modifier and Type | Method and Description |
---|---|
ListNodeBackupConfigurationsRequest.Builder |
ListNodeBackupConfigurationsRequest.Builder.lifecycleState(NodeBackupConfiguration.LifecycleState lifecycleState)
The state of the NodeBackupConfiguration configuration.
|
Copyright © 2016–2024. All rights reserved.