public sealed class Instance.Types.PscInterfaceConfig : IMessage<Instance.Types.PscInterfaceConfig>, IEquatable<Instance.Types.PscInterfaceConfig>, IDeepCloneable<Instance.Types.PscInterfaceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class Instance.Types.PscInterfaceConfig.
Configuration for setting up a PSC interface to enable outbound
connectivity.
public string NetworkAttachmentResource { get; set; }
The network attachment resource created in the consumer network to which
the PSC interface will be linked. This is of the format:
"projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}".
The network attachment must be in the same region as the instance.
[[["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-07-09 UTC."],[[["This documentation covers the `Instance.Types.PscInterfaceConfig` class within the Google Cloud AlloyDB v1beta API, detailing its configuration for setting up a Private Service Connect (PSC) interface."],["The `PscInterfaceConfig` class is used to configure PSC interfaces, which are added to Virtual Machines (VMs) via SLM and require customer-provided information for their setup."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `PscInterfaceConfig` include `ConsumerEndpointIps`, a list of endpoints for outbound connections, and `NetworkAttachment`, which specifies the consumer VPC network attachment resource."],["The class has 2 constructors available, one default and one that accepts another `Instance.Types.PscInterfaceConfig` as a parameter for the purpose of copy."]]],[]]