Class AutonomousDatabaseBackup (0.5.0)

AutonomousDatabaseBackup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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, .Message]

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 mapping is a mapping type or there are keyword parameters.