AutonomousDatabaseBackup(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details of the Autonomous Database Backup resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup} |
autonomous_database |
str
Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database} |
display_name |
str
Optional. User friendly name for the Backup. The name does not have to be unique. |
properties |
google.cloud.oracledatabase_v1.types.AutonomousDatabaseBackupProperties
Optional. Various properties of the backup. |
labels |
MutableMapping[str, str]
Optional. labels or tags associated with the resource. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |