public sealed class AutonomousDatabaseBackup : IMessage<AutonomousDatabaseBackup>, IEquatable<AutonomousDatabaseBackup>, IDeepCloneable<AutonomousDatabaseBackup>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class AutonomousDatabaseBackup.
Details of the Autonomous Database Backup resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/
Implements
IMessageAutonomousDatabaseBackup, IEquatableAutonomousDatabaseBackup, IDeepCloneableAutonomousDatabaseBackup, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
AutonomousDatabaseBackup()
public AutonomousDatabaseBackup()
AutonomousDatabaseBackup(AutonomousDatabaseBackup)
public AutonomousDatabaseBackup(AutonomousDatabaseBackup other)
Parameter | |
---|---|
Name | Description |
other |
AutonomousDatabaseBackup |
Properties
AutonomousDatabase
public string AutonomousDatabase { get; set; }
Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
Property Value | |
---|---|
Type | Description |
string |
AutonomousDatabaseAsAutonomousDatabaseName
public AutonomousDatabaseName AutonomousDatabaseAsAutonomousDatabaseName { get; set; }
AutonomousDatabaseName-typed view over the AutonomousDatabase resource name property.
Property Value | |
---|---|
Type | Description |
AutonomousDatabaseName |
AutonomousDatabaseBackupName
public AutonomousDatabaseBackupName AutonomousDatabaseBackupName { get; set; }
AutonomousDatabaseBackupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AutonomousDatabaseBackupName |
DisplayName
public string DisplayName { get; set; }
Optional. User friendly name for the Backup. The name does not have to be unique.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Optional. labels or tags associated with the resource.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}
Property Value | |
---|---|
Type | Description |
string |
Properties
public AutonomousDatabaseBackupProperties Properties { get; set; }
Optional. Various properties of the backup.
Property Value | |
---|---|
Type | Description |
AutonomousDatabaseBackupProperties |