public sealed class AutonomousDatabase : IMessage<AutonomousDatabase>, IEquatable<AutonomousDatabase>, IDeepCloneable<AutonomousDatabase>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class AutonomousDatabase.
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.
Identifier. The name of the Autonomous Database resource in the following
format:
projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eAutonomousDatabase\u003c/code\u003e class within the Oracle Database@Google Cloud v1 API, specifically detailing its properties and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutonomousDatabase\u003c/code\u003e class represents an autonomous database resource in Google Cloud, offering properties such as \u003ccode\u003eAdminPassword\u003c/code\u003e, \u003ccode\u003eCidr\u003c/code\u003e, \u003ccode\u003eDatabase\u003c/code\u003e, \u003ccode\u003eDisplayName\u003c/code\u003e, and more for configuration and management.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used in various .NET contexts and ensuring it complies with certain protocols.\u003c/p\u003e\n"],["\u003cp\u003eThe resource allows for defining properties like the database's network (\u003ccode\u003eNetwork\u003c/code\u003e) and its subnet CIDR range (\u003ccode\u003eCidr\u003c/code\u003e), and a view to those properties (\u003ccode\u003eNetworkAsNetworkName\u003c/code\u003e) along with the \u003ccode\u003eAutonomousDatabaseName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors to create new instances and can also be used to pass on properties of another instance into a new one, along with read only output properties like \u003ccode\u003eCreateTime\u003c/code\u003e and \u003ccode\u003eEntitlementId\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class AutonomousDatabase (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AutonomousDatabase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.AutonomousDatabase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.AutonomousDatabase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.AutonomousDatabase) \n\n public sealed class AutonomousDatabase : IMessage\u003cAutonomousDatabase\u003e, IEquatable\u003cAutonomousDatabase\u003e, IDeepCloneable\u003cAutonomousDatabase\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class AutonomousDatabase.\n\nDetails of the Autonomous Database resource.\n\u003chttps://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/\u003e \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AutonomousDatabase \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AutonomousDatabase](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AutonomousDatabase), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AutonomousDatabase](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AutonomousDatabase), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AutonomousDatabase](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AutonomousDatabase), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.OracleDatabase.V1](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.OracleDatabase.V1.dll\n\nConstructors\n------------\n\n### AutonomousDatabase()\n\n public AutonomousDatabase()\n\n### AutonomousDatabase(AutonomousDatabase)\n\n public AutonomousDatabase(AutonomousDatabase other)\n\nProperties\n----------\n\n### AdminPassword\n\n public string AdminPassword { get; set; }\n\nOptional. The password for the default ADMIN user.\n\n### AutonomousDatabaseName\n\n public AutonomousDatabaseName AutonomousDatabaseName { get; set; }\n\n[AutonomousDatabaseName](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AutonomousDatabaseName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AutonomousDatabase#Google_Cloud_OracleDatabase_V1_AutonomousDatabase_Name) resource name property.\n\n### Cidr\n\n public string Cidr { get; set; }\n\nOptional. The subnet CIDR range for the Autonmous Database.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The date and time that the Autonomous Database was created.\n\n### Database\n\n public string Database { get; set; }\n\nOptional. The name of the Autonomous Database. The database name must be\nunique in the project. The name must begin with a letter and can contain a\nmaximum of 30 alphanumeric characters.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOptional. The display name for the Autonomous Database. The name does not\nhave to be unique within your project.\n\n### EntitlementId\n\n public string EntitlementId { get; set; }\n\nOutput only. The ID of the subscription entitlement associated with the\nAutonomous Database.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nOptional. The labels or tags associated with the Autonomous Database.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. The name of the Autonomous Database resource in the following\nformat:\nprojects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}\n\n### Network\n\n public string Network { get; set; }\n\nOptional. The name of the VPC network used by the Autonomous Database in\nthe following format: projects/{project}/global/networks/{network}\n\n### NetworkAsNetworkName\n\n public NetworkName NetworkAsNetworkName { get; set; }\n\n[NetworkName](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.NetworkName)-typed view over the [Network](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AutonomousDatabase#Google_Cloud_OracleDatabase_V1_AutonomousDatabase_Network) resource name property.\n\n### Properties\n\n public AutonomousDatabaseProperties Properties { get; set; }\n\nOptional. The properties of the Autonomous Database."]]