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 classNodeLevelDetailsDetails of node level used to trigger the creation of a new node backup configuration and node replacement configuration.classNodeTypeLevelDetailsDetails 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 LevelTypeDetailsBackupNodeDetails. getLevelTypeDetails()LevelTypeDetailsCreateNodeBackupConfigurationDetails. getLevelTypeDetails()LevelTypeDetailsCreateNodeReplaceConfigurationDetails. getLevelTypeDetails()LevelTypeDetailsNodeBackupConfiguration. getLevelTypeDetails()LevelTypeDetailsNodeBackupConfigurationSummary. getLevelTypeDetails()LevelTypeDetailsNodeReplaceConfiguration. getLevelTypeDetails()LevelTypeDetailsNodeReplaceConfigurationSummary. getLevelTypeDetails()LevelTypeDetailsUpdateNodeBackupConfigurationDetails. getLevelTypeDetails()LevelTypeDetailsUpdateNodeReplaceConfigurationDetails. 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.
-