AlloyDB v1alpha API - Class Cluster.Types.PscConfig (1.0.0-alpha07)

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

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

PscConfig contains PSC related configuration at a cluster level.

Inheritance

object > Cluster.Types.PscConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

PscConfig()

public PscConfig()

PscConfig(PscConfig)

public PscConfig(Cluster.Types.PscConfig other)
Parameter
NameDescription
otherClusterTypesPscConfig

Properties

PscEnabled

public bool PscEnabled { get; set; }

Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.

Property Value
TypeDescription
bool