Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Class and Description |
---|---|
class |
NodeLevelDetails
Details of node level used to trigger the creation of a new node backup configuration and node
replacement configuration.
|
class |
NodeTypeLevelDetails
Details of node type level used to trigger the creation of a new node backup configuration and
node replacement configuration.
|
Modifier and Type | Method and Description |
---|---|
LevelTypeDetails |
NodeBackupConfiguration.getLevelTypeDetails() |
LevelTypeDetails |
UpdateNodeBackupConfigurationDetails.getLevelTypeDetails() |
LevelTypeDetails |
NodeReplaceConfigurationSummary.getLevelTypeDetails() |
LevelTypeDetails |
BackupNodeDetails.getLevelTypeDetails() |
LevelTypeDetails |
NodeBackupConfigurationSummary.getLevelTypeDetails() |
LevelTypeDetails |
CreateNodeReplaceConfigurationDetails.getLevelTypeDetails() |
LevelTypeDetails |
NodeReplaceConfiguration.getLevelTypeDetails() |
LevelTypeDetails |
UpdateNodeReplaceConfigurationDetails.getLevelTypeDetails() |
LevelTypeDetails |
CreateNodeBackupConfigurationDetails.getLevelTypeDetails() |
Constructor and Description |
---|
BackupNodeDetails(LevelTypeDetails levelTypeDetails,
NodeBackup.BackupType backupType)
Deprecated.
|
CreateNodeBackupConfigurationDetails(LevelTypeDetails levelTypeDetails,
String displayName,
String timezone,
String schedule,
Integer numberOfBackupsToRetain,
NodeBackup.BackupType backupType)
Deprecated.
|
CreateNodeReplaceConfigurationDetails(LevelTypeDetails levelTypeDetails,
String displayName,
String clusterAdminPassword,
NodeReplaceConfiguration.MetricType metricType,
Integer durationInMinutes)
Deprecated.
|
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.
|
NodeReplaceConfiguration(String id,
String bdsInstanceId,
String displayName,
LevelTypeDetails levelTypeDetails,
NodeReplaceConfiguration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
NodeReplaceConfiguration.MetricType metricType,
Integer durationInMinutes)
Deprecated.
|
NodeReplaceConfigurationSummary(String id,
String bdsInstanceId,
String displayName,
LevelTypeDetails levelTypeDetails,
NodeReplaceConfiguration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
UpdateNodeBackupConfigurationDetails(LevelTypeDetails levelTypeDetails,
String displayName,
String timezone,
String schedule,
Integer numberOfBackupsToRetain,
NodeBackup.BackupType backupType)
Deprecated.
|
UpdateNodeReplaceConfigurationDetails(LevelTypeDetails levelTypeDetails,
String displayName,
NodeReplaceConfiguration.MetricType metricType,
Integer durationInMinutes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.