AlloyDB v1alpha API - Class GeminiInstanceConfig (1.0.0-alpha10)

public sealed class GeminiInstanceConfig : IMessage<GeminiInstanceConfig>, IEquatable<GeminiInstanceConfig>, IDeepCloneable<GeminiInstanceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class GeminiInstanceConfig.

Instance level configuration parameters related to the Gemini in Databases add-on.

Inheritance

object > GeminiInstanceConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.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