NodeBackup.Builder |
NodeBackup.Builder.backupTriggerType(NodeBackup.BackupTriggerType backupTriggerType) |
type based on how backup action was initiated.
|
NodeBackup.Builder |
NodeBackup.Builder.backupType(NodeBackup.BackupType backupType) |
Incremental backup type includes only the changes since the last backup.
|
static NodeBackup.Builder |
NodeBackup.builder() |
Create a new builder.
|
NodeBackup.Builder |
NodeBackup.Builder.copy(NodeBackup model) |
|
NodeBackup.Builder |
NodeBackup.Builder.displayName(String displayName) |
BDS generated name for the backup.
|
NodeBackup.Builder |
NodeBackup.Builder.id(String id) |
The id of the node backup.
|
NodeBackup.Builder |
NodeBackup.Builder.lifecycleState(NodeBackup.LifecycleState lifecycleState) |
The state of the NodeBackup.
|
NodeBackup.Builder |
NodeBackup.Builder.nodeBackupConfigId(String nodeBackupConfigId) |
The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by
applying the configuration.
|
NodeBackup.Builder |
NodeBackup.Builder.nodeHostName(String nodeHostName) |
Host name of the node to which this backup belongs.
|
NodeBackup.Builder |
NodeBackup.Builder.nodeInstanceId(String nodeInstanceId) |
The instance OCID of the node, which is the resource from which the node backup was
acquired.
|
NodeBackup.Builder |
NodeBackup.Builder.timeCreated(Date timeCreated) |
The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
NodeBackup.Builder |
NodeBackup.toBuilder() |
|