Show / Hide Table of Contents

Class AutonomousDatabaseBackup

Details of the Autonomous Database Backup resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/

Inheritance
object
AutonomousDatabaseBackup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AutonomousDatabaseBackup : IDirectResponseSchema

Properties

AutonomousDatabase

Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}

Declaration
[JsonProperty("autonomousDatabase")]
public virtual string AutonomousDatabase { get; set; }
Property Value
Type Description
string

DisplayName

Optional. User friendly name for the Backup. The name does not have to be unique.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Labels

Optional. labels or tags associated with the resource.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Properties

Optional. Various properties of the backup.

Declaration
[JsonProperty("properties")]
public virtual AutonomousDatabaseBackupProperties Properties { get; set; }
Property Value
Type Description
AutonomousDatabaseBackupProperties

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX