Uses of Class
com.oracle.bmc.bds.model.NodeBackupConfiguration.LifecycleState
-
Packages that use NodeBackupConfiguration.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of NodeBackupConfiguration.LifecycleState in com.oracle.bmc.bds
-
Uses of NodeBackupConfiguration.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return NodeBackupConfiguration.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.bds.model with parameters of type NodeBackupConfiguration.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.bds.model with parameters of type NodeBackupConfiguration.LifecycleState Constructor 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. -
Uses of NodeBackupConfiguration.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return NodeBackupConfiguration.LifecycleState Modifier and Type Method Description NodeBackupConfiguration.LifecycleState
ListNodeBackupConfigurationsRequest. getLifecycleState()
The state of the NodeBackupConfiguration configuration.Methods in com.oracle.bmc.bds.requests with parameters of type NodeBackupConfiguration.LifecycleState Modifier and Type Method Description ListNodeBackupConfigurationsRequest.Builder
ListNodeBackupConfigurationsRequest.Builder. lifecycleState(NodeBackupConfiguration.LifecycleState lifecycleState)
The state of the NodeBackupConfiguration configuration.
-