Class DbNodeProperties
Various properties and settings associated with Db node.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbNodeProperties : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The date and time that the database node was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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? |