Class PluggableDatabaseNodeLevelDetails
The Pluggable Database Node Level Details.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class PluggableDatabaseNodeLevelDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NodeName
Required. The Node name of the Database home.
Declaration
[JsonProperty("nodeName")]
public virtual string NodeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OpenMode
Required. The mode that the pluggable database is in to open it.
Declaration
[JsonProperty("openMode")]
public virtual string OpenMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PluggableDatabaseId
Required. The OCID of the Pluggable Database.
Declaration
[JsonProperty("pluggableDatabaseId")]
public virtual string PluggableDatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |