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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eDbServerProperties\u003c/code\u003e class within the Google Cloud Oracle Database v1 API, used to manage various attributes of an Exadata database server.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDbServerProperties\u003c/code\u003e class includes configurable properties such as \u003ccode\u003eDbNodeStorageSizeGb\u003c/code\u003e, \u003ccode\u003eMaxMemorySizeGb\u003c/code\u003e, \u003ccode\u003eMaxOcpuCount\u003c/code\u003e, and read-only properties like \u003ccode\u003eOcid\u003c/code\u003e and \u003ccode\u003eState\u003c/code\u003e to manage local storage, memory, and processing capacity.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDbServerProperties\u003c/code\u003e implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and offers constructors for creating new instances, including one that allows cloning from an existing \u003ccode\u003eDbServerProperties\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDbNodeIds\u003c/code\u003e property is a read-only field that returns the list of database nodes associated with the database server.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOcpuCount\u003c/code\u003e, \u003ccode\u003eMemorySizeGb\u003c/code\u003e, and \u003ccode\u003eVmCount\u003c/code\u003e are the optional properties, which can be set to configure the respective attributes.\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class DbServerProperties (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbServerProperties)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.DbServerProperties)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.DbServerProperties)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.DbServerProperties) \n\n public sealed class DbServerProperties : IMessage\u003cDbServerProperties\u003e, IEquatable\u003cDbServerProperties\u003e, IDeepCloneable\u003cDbServerProperties\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbServerProperties.\n\nVarious properties and settings associated with Exadata database server. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DbServerProperties \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DbServerProperties](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbServerProperties), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DbServerProperties](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbServerProperties), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DbServerProperties](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbServerProperties), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.OracleDatabase.V1](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.OracleDatabase.V1.dll\n\nConstructors\n------------\n\n### DbServerProperties()\n\n public DbServerProperties()\n\n### DbServerProperties(DbServerProperties)\n\n public DbServerProperties(DbServerProperties other)\n\nProperties\n----------\n\n### DbNodeIds\n\n public RepeatedField\u003cstring\u003e DbNodeIds { get; }\n\nOutput only. OCID of database nodes associated with the database server.\n\n### DbNodeStorageSizeGb\n\n public int DbNodeStorageSizeGb { get; set; }\n\nOptional. Local storage per VM.\n\n### MaxDbNodeStorageSizeGb\n\n public int MaxDbNodeStorageSizeGb { get; set; }\n\nOptional. Maximum local storage per VM.\n\n### MaxMemorySizeGb\n\n public int MaxMemorySizeGb { get; set; }\n\nOptional. Maximum memory allocated in GBs.\n\n### MaxOcpuCount\n\n public int MaxOcpuCount { get; set; }\n\nOptional. Maximum OCPU count per database.\n\n### MemorySizeGb\n\n public int MemorySizeGb { get; set; }\n\nOptional. Memory allocated in GBs.\n\n### Ocid\n\n public string Ocid { get; set; }\n\nOutput only. OCID of database server.\n\n### OcpuCount\n\n public int OcpuCount { get; set; }\n\nOptional. OCPU count per database.\n\n### State\n\n public DbServerProperties.Types.State State { get; set; }\n\nOutput only. State of the database server.\n\n### VmCount\n\n public int VmCount { get; set; }\n\nOptional. Vm count per database."]]