Show / Hide Table of Contents

Class PluggableDatabaseNodeLevelDetails

The Pluggable Database Node Level Details.

Inheritance
object
PluggableDatabaseNodeLevelDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX