Show / Hide Table of Contents

Class DbNodeProperties

Various properties and settings associated with Db node.

Inheritance
object
DbNodeProperties
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 DbNodeProperties : IDirectResponseSchema

Properties

DbNodeStorageSizeGb

Optional. Local storage per database node.

Declaration
[JsonProperty("dbNodeStorageSizeGb")]
public virtual int? DbNodeStorageSizeGb { get; set; }
Property Value
Type Description
int?

DbServerOcid

Optional. Database server OCID.

Declaration
[JsonProperty("dbServerOcid")]
public virtual string DbServerOcid { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Hostname

Optional. DNS

Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type Description
string

MemorySizeGb

Memory allocated in GBs.

Declaration
[JsonProperty("memorySizeGb")]
public virtual int? MemorySizeGb { get; set; }
Property Value
Type Description
int?

Ocid

Output only. OCID of database node.

Declaration
[JsonProperty("ocid")]
public virtual string Ocid { get; set; }
Property Value
Type Description
string

OcpuCount

Optional. OCPU count per database node.

Declaration
[JsonProperty("ocpuCount")]
public virtual int? OcpuCount { get; set; }
Property Value
Type Description
int?

State

Output only. State of the database node.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

TotalCpuCoreCount

Total CPU core count of the database node.

Declaration
[JsonProperty("totalCpuCoreCount")]
public virtual int? TotalCpuCoreCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX