public sealed class Cluster.Types.PscConfig : IMessage<Cluster.Types.PscConfig>, IEquatable<Cluster.Types.PscConfig>, IDeepCloneable<Cluster.Types.PscConfig>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1alpha API class Cluster.Types.PscConfig.
PscConfig contains PSC related configuration at a cluster level.
Implements
IMessageClusterTypesPscConfig, IEquatableClusterTypesPscConfig, IDeepCloneableClusterTypesPscConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
PscConfig()
public PscConfig()PscConfig(PscConfig)
public PscConfig(Cluster.Types.PscConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterTypesPscConfig |
Properties
PscEnabled
public bool PscEnabled { get; set; }Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ServiceOwnedProjectNumber
public long ServiceOwnedProjectNumber { get; set; }Output only. The project number that needs to be allowlisted on the network attachment to enable outbound connectivity.
| Property Value | |
|---|---|
| Type | Description |
long |
|