Class AutonomousDatabase
Details of the Autonomous Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AutonomousDatabase : IDirectResponseSchema
Properties
AdminPassword
Optional. The password for the default ADMIN user.
Declaration
[JsonProperty("adminPassword")]
public virtual string AdminPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
Cidr
Optional. The subnet CIDR range for the Autonomous Database.
Declaration
[JsonProperty("cidr")]
public virtual string Cidr { get; set; }
Property Value
Type | Description |
---|---|
string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The date and time that the Autonomous Database was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Database
Optional. The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }
Property Value
Type | Description |
---|---|
string |
DisasterRecoverySupportedLocations
Output only. List of supported GCP region to clone the Autonomous Database for disaster recovery. Format:
project/{project}/locations/{location}
.
Declaration
[JsonProperty("disasterRecoverySupportedLocations")]
public virtual IList<string> DisasterRecoverySupportedLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DisplayName
Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.
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 |
EntitlementId
Output only. The ID of the subscription entitlement associated with the Autonomous Database.
Declaration
[JsonProperty("entitlementId")]
public virtual string EntitlementId { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Optional. The labels or tags associated with the Autonomous Database.
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 resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerAutonomousDatabases
Output only. The peer Autonomous Database names of the given Autonomous Database.
Declaration
[JsonProperty("peerAutonomousDatabases")]
public virtual IList<string> PeerAutonomousDatabases { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Properties
Optional. The properties of the Autonomous Database.
Declaration
[JsonProperty("properties")]
public virtual AutonomousDatabaseProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
AutonomousDatabaseProperties |
SourceConfig
Optional. The source Autonomous Database configuration for the standby Autonomous Database. The source Autonomous Database is configured while creating the Peer Autonomous Database and can't be updated after creation.
Declaration
[JsonProperty("sourceConfig")]
public virtual SourceConfig SourceConfig { get; set; }
Property Value
Type | Description |
---|---|
SourceConfig |