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