AlloyDB v1alpha API - Class Cluster.Types.DataplexConfig (1.0.0-alpha16)

public sealed class Cluster.Types.DataplexConfig : IMessage<Cluster.Types.DataplexConfig>, IEquatable<Cluster.Types.DataplexConfig>, IDeepCloneable<Cluster.Types.DataplexConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class Cluster.Types.DataplexConfig.

Configuration for Dataplex integration.

Inheritance

object > Cluster.Types.DataplexConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

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