Uses of Class
com.oracle.bmc.bds.model.NodeBackup.BackupTriggerType
-
Packages that use NodeBackup.BackupTriggerType Package Description com.oracle.bmc.bds.model -
-
Uses of NodeBackup.BackupTriggerType in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return NodeBackup.BackupTriggerType Modifier and Type Method Description static NodeBackup.BackupTriggerType
NodeBackup.BackupTriggerType. create(String key)
NodeBackup.BackupTriggerType
NodeBackup. getBackupTriggerType()
type based on how backup action was initiated.NodeBackup.BackupTriggerType
NodeBackupSummary. getBackupTriggerType()
type based on how backup action was initiated.static NodeBackup.BackupTriggerType
NodeBackup.BackupTriggerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeBackup.BackupTriggerType[]
NodeBackup.BackupTriggerType. 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 NodeBackup.BackupTriggerType Modifier and Type Method Description NodeBackup.Builder
NodeBackup.Builder. backupTriggerType(NodeBackup.BackupTriggerType backupTriggerType)
type based on how backup action was initiated.NodeBackupSummary.Builder
NodeBackupSummary.Builder. backupTriggerType(NodeBackup.BackupTriggerType backupTriggerType)
type based on how backup action was initiated.Constructors in com.oracle.bmc.bds.model with parameters of type NodeBackup.BackupTriggerType Constructor Description NodeBackup(String id, String displayName, String nodeInstanceId, String nodeHostName, NodeBackup.BackupTriggerType backupTriggerType, String nodeBackupConfigId, NodeBackup.BackupType backupType, NodeBackup.LifecycleState lifecycleState, Date timeCreated)
Deprecated.NodeBackupSummary(String id, String displayName, String nodeInstanceId, String nodeHostName, NodeBackup.BackupTriggerType backupTriggerType, NodeBackup.BackupType backupType, NodeBackup.LifecycleState lifecycleState, Date timeCreated)
Deprecated.
-