public sealed class PluggableDatabase : IMessage<PluggableDatabase>, IEquatable<PluggableDatabase>, IDeepCloneable<PluggableDatabase>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class PluggableDatabase.
The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/
Implements
IMessagePluggableDatabase, IEquatablePluggableDatabase, IDeepCloneablePluggableDatabase, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
PluggableDatabase()
public PluggableDatabase()PluggableDatabase(PluggableDatabase)
public PluggableDatabase(PluggableDatabase other)| Parameter | |
|---|---|
| Name | Description |
other |
PluggableDatabase |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The date and time that the PluggableDatabase was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Name
public string Name { get; set; }Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OciUrl
public string OciUrl { get; set; }Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PluggableDatabaseName
public PluggableDatabaseName PluggableDatabaseName { get; set; }PluggableDatabaseName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PluggableDatabaseName |
|
Properties
public PluggableDatabaseProperties Properties { get; set; }Optional. The properties of the PluggableDatabase.
| Property Value | |
|---|---|
| Type | Description |
PluggableDatabaseProperties |
|