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 v1 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."],[[["The latest version of the `Cluster.Types.PscConfig` class in the AlloyDB v1 API is 1.9.0, with older versions available ranging back to 1.0.0."],["`Cluster.Types.PscConfig` is a class for managing Private Service Connect (PSC) related settings at the cluster level within the AlloyDB v1 API, implementing multiple interfaces for message handling and cloning."],["This class, which inherits from `object`, provides functionality for configuring Private Service Connect (PSC) for AlloyDB clusters, including enabling or disabling PSC connections."],["The class `PscConfig` has a constructor allowing for creation of a new instance or a deep clone from an existing `PscConfig` object."],["A key property of the class is `PscEnabled`, a boolean that controls whether connections from Private Service Connect endpoints are allowed to the AlloyDB cluster instance."]]],[]]