AlloyDB v1alpha API - Class Instance.Types.PscInterfaceConfig (1.0.0-alpha10)

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 v1alpha API class Instance.Types.PscInterfaceConfig.

Configuration for setting up a PSC interface to enable outbound connectivity.

Inheritance

object > Instance.Types.PscInterfaceConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

PscInterfaceConfig()

public PscInterfaceConfig()

PscInterfaceConfig(PscInterfaceConfig)

public PscInterfaceConfig(Instance.Types.PscInterfaceConfig other)
Parameter
Name Description
other InstanceTypesPscInterfaceConfig

Properties

NetworkAttachmentResource

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.

Property Value
Type Description
string