public sealed class DbServerProperties : IMessage<DbServerProperties>, IEquatable<DbServerProperties>, IDeepCloneable<DbServerProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbServerProperties.
Various properties and settings associated with Exadata database server.
Implements
IMessageDbServerProperties, IEquatableDbServerProperties, IDeepCloneableDbServerProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DbServerProperties()
public DbServerProperties()
DbServerProperties(DbServerProperties)
public DbServerProperties(DbServerProperties other)
Parameter | |
---|---|
Name | Description |
other |
DbServerProperties |
Properties
DbNodeIds
public RepeatedField<string> DbNodeIds { get; }
Output only. OCID of database nodes associated with the database server.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
DbNodeStorageSizeGb
public int DbNodeStorageSizeGb { get; set; }
Optional. Local storage per VM.
Property Value | |
---|---|
Type | Description |
int |
MaxDbNodeStorageSizeGb
public int MaxDbNodeStorageSizeGb { get; set; }
Optional. Maximum local storage per VM.
Property Value | |
---|---|
Type | Description |
int |
MaxMemorySizeGb
public int MaxMemorySizeGb { get; set; }
Optional. Maximum memory allocated in GBs.
Property Value | |
---|---|
Type | Description |
int |
MaxOcpuCount
public int MaxOcpuCount { get; set; }
Optional. Maximum OCPU count per database.
Property Value | |
---|---|
Type | Description |
int |
MemorySizeGb
public int MemorySizeGb { get; set; }
Optional. Memory allocated in GBs.
Property Value | |
---|---|
Type | Description |
int |
Ocid
public string Ocid { get; set; }
Output only. OCID of database server.
Property Value | |
---|---|
Type | Description |
string |
OcpuCount
public int OcpuCount { get; set; }
Optional. OCPU count per database.
Property Value | |
---|---|
Type | Description |
int |
State
public DbServerProperties.Types.State State { get; set; }
Output only. State of the database server.
Property Value | |
---|---|
Type | Description |
DbServerPropertiesTypesState |
VmCount
public int VmCount { get; set; }
Optional. Vm count per database.
Property Value | |
---|---|
Type | Description |
int |