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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `Cluster.Types.PscConfig` class within the Google Cloud AlloyDB v1alpha API, specifically for version 1.0.0-alpha08."],["`PscConfig` is a class that manages Private Service Connect (PSC) configurations at the cluster level in AlloyDB, and is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`PscConfig()`) and a copy constructor (`PscConfig(Cluster.Types.PscConfig other)`), which is used to create a new `PscConfig` instance based on another one."],["The `PscEnabled` property, which is of type `bool`, allows the configuration of whether to allow connections from Private Service Connect endpoints to the instance."]]],[]]