AlloyDB v1beta API - Class Instance.Types.PscInterfaceConfig (1.0.0-beta05)

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. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.

Inheritance

object > Instance.Types.PscInterfaceConfig

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

PscInterfaceConfig()

public PscInterfaceConfig()

PscInterfaceConfig(PscInterfaceConfig)

public PscInterfaceConfig(Instance.Types.PscInterfaceConfig other)
Parameter
NameDescription
otherInstanceTypesPscInterfaceConfig

Properties

ConsumerEndpointIps

public RepeatedField<string> ConsumerEndpointIps { get; }

A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.

Property Value
TypeDescription
RepeatedFieldstring

NetworkAttachment

public string NetworkAttachment { get; set; }

The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}. NetworkAttachment has to be provided when the PSC interface is created.

Property Value
TypeDescription
string