Class DbServerProperties
Various properties and settings associated with Exadata database server.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbServerProperties : IDirectResponseSchema
Properties
DbNodeIds
Output only. OCID of database nodes associated with the database server.
Declaration
[JsonProperty("dbNodeIds")]
public virtual IList<string> DbNodeIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DbNodeStorageSizeGb
Optional. Local storage per VM.
Declaration
[JsonProperty("dbNodeStorageSizeGb")]
public virtual int? DbNodeStorageSizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxDbNodeStorageSizeGb
Optional. Maximum local storage per VM.
Declaration
[JsonProperty("maxDbNodeStorageSizeGb")]
public virtual int? MaxDbNodeStorageSizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxMemorySizeGb
Optional. Maximum memory allocated in GBs.
Declaration
[JsonProperty("maxMemorySizeGb")]
public virtual int? MaxMemorySizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxOcpuCount
Optional. Maximum OCPU count per database.
Declaration
[JsonProperty("maxOcpuCount")]
public virtual int? MaxOcpuCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MemorySizeGb
Optional. Memory allocated in GBs.
Declaration
[JsonProperty("memorySizeGb")]
public virtual int? MemorySizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
Ocid
Output only. OCID of database server.
Declaration
[JsonProperty("ocid")]
public virtual string Ocid { get; set; }
Property Value
Type | Description |
---|---|
string |
OcpuCount
Optional. OCPU count per database.
Declaration
[JsonProperty("ocpuCount")]
public virtual int? OcpuCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
State
Output only. State of the database server.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
VmCount
Optional. Vm count per database.
Declaration
[JsonProperty("vmCount")]
public virtual int? VmCount { get; set; }
Property Value
Type | Description |
---|---|
int? |