Uses of Class
com.oracle.bmc.bds.model.LevelTypeDetails
-
Packages that use LevelTypeDetails Package Description com.oracle.bmc.bds.model -
-
Uses of LevelTypeDetails in com.oracle.bmc.bds.model
Subclasses of LevelTypeDetails in com.oracle.bmc.bds.model Modifier and Type Class 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.Methods in com.oracle.bmc.bds.model that return LevelTypeDetails Modifier and Type Method Description LevelTypeDetails
BackupNodeDetails. getLevelTypeDetails()
LevelTypeDetails
CreateNodeBackupConfigurationDetails. getLevelTypeDetails()
LevelTypeDetails
CreateNodeReplaceConfigurationDetails. getLevelTypeDetails()
LevelTypeDetails
NodeBackupConfiguration. getLevelTypeDetails()
LevelTypeDetails
NodeBackupConfigurationSummary. getLevelTypeDetails()
LevelTypeDetails
NodeReplaceConfiguration. getLevelTypeDetails()
LevelTypeDetails
NodeReplaceConfigurationSummary. getLevelTypeDetails()
LevelTypeDetails
UpdateNodeBackupConfigurationDetails. getLevelTypeDetails()
LevelTypeDetails
UpdateNodeReplaceConfigurationDetails. getLevelTypeDetails()
Constructors in com.oracle.bmc.bds.model with parameters of type LevelTypeDetails Constructor 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.
-