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.
Implements
IMessageInstanceTypesPscInterfaceConfig, IEquatableInstanceTypesPscInterfaceConfig, IDeepCloneableInstanceTypesPscInterfaceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
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 |