public sealed class Cluster.Types.DataplexConfig : IMessage<Cluster.Types.DataplexConfig>, IEquatable<Cluster.Types.DataplexConfig>, IDeepCloneable<Cluster.Types.DataplexConfig>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1beta API class Cluster.Types.DataplexConfig.
Configuration for Dataplex integration.
Implements
IMessageClusterTypesDataplexConfig, IEquatableClusterTypesDataplexConfig, IDeepCloneableClusterTypesDataplexConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
DataplexConfig()
public DataplexConfig()DataplexConfig(DataplexConfig)
public DataplexConfig(Cluster.Types.DataplexConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterTypesDataplexConfig |
Properties
Enabled
public bool Enabled { get; set; }Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex."
| Property Value | |
|---|---|
| Type | Description |
bool |
|