public sealed class GeminiInstanceConfig : IMessage<GeminiInstanceConfig>, IEquatable<GeminiInstanceConfig>, IDeepCloneable<GeminiInstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class GeminiInstanceConfig.
Instance level configuration parameters related to the Gemini in Databases add-on.
Implements
IMessageGeminiInstanceConfig, IEquatableGeminiInstanceConfig, IDeepCloneableGeminiInstanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
GeminiInstanceConfig()
public GeminiInstanceConfig()
GeminiInstanceConfig(GeminiInstanceConfig)
public GeminiInstanceConfig(GeminiInstanceConfig other)
Parameter | |
---|---|
Name | Description |
other |
GeminiInstanceConfig |
Properties
Entitled
public bool Entitled { get; set; }
Output only. Whether the Gemini in Databases add-on is enabled for the instance. It will be true only if the add-on has been enabled for the billing account corresponding to the instance. Its status is toggled from the Admin Control Center (ACC) and cannot be toggled using AlloyDB's APIs.
Property Value | |
---|---|
Type | Description |
bool |