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.
Details of the Autonomous Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/
Implements
IMessageAutonomousDatabase, IEquatableAutonomousDatabase, IDeepCloneableAutonomousDatabase, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
AutonomousDatabase()
public AutonomousDatabase()
AutonomousDatabase(AutonomousDatabase)
public AutonomousDatabase(AutonomousDatabase other)
Parameter | |
---|---|
Name | Description |
other |
AutonomousDatabase |
Properties
AdminPassword
public string AdminPassword { get; set; }
Optional. The password for the default ADMIN user.
Property Value | |
---|---|
Type | Description |
string |
AutonomousDatabaseName
public AutonomousDatabaseName AutonomousDatabaseName { get; set; }
AutonomousDatabaseName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AutonomousDatabaseName |
Cidr
public string Cidr { get; set; }
Required. The subnet CIDR range for the Autonmous Database.
Property Value | |
---|---|
Type | Description |
string |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The date and time that the Autonomous Database was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Database
public string Database { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.
Property Value | |
---|---|
Type | Description |
string |
EntitlementId
public string EntitlementId { get; set; }
Output only. The ID of the subscription entitlement associated with the Autonomous Database.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Optional. The labels or tags associated with the Autonomous Database.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
Property Value | |
---|---|
Type | Description |
string |
Network
public string Network { get; set; }
Required. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
Property Value | |
---|---|
Type | Description |
string |
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }
NetworkName-typed view over the Network resource name property.
Property Value | |
---|---|
Type | Description |
NetworkName |
Properties
public AutonomousDatabaseProperties Properties { get; set; }
Optional. The properties of the Autonomous Database.
Property Value | |
---|---|
Type | Description |
AutonomousDatabaseProperties |