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.BackupTriggerTypeNodeBackup.BackupTriggerType. create(String key)NodeBackup.BackupTriggerTypeNodeBackup. getBackupTriggerType()type based on how backup action was initiated.NodeBackup.BackupTriggerTypeNodeBackupSummary. getBackupTriggerType()type based on how backup action was initiated.static NodeBackup.BackupTriggerTypeNodeBackup.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.BuilderNodeBackup.Builder. backupTriggerType(NodeBackup.BackupTriggerType backupTriggerType)type based on how backup action was initiated.NodeBackupSummary.BuilderNodeBackupSummary.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.
-