AlloyDB v1alpha API - Class Instance.Types.PscAutoConnectionConfig (1.0.0-alpha11)

public sealed class Instance.Types.PscAutoConnectionConfig : IMessage<Instance.Types.PscAutoConnectionConfig>, IEquatable<Instance.Types.PscAutoConnectionConfig>, IDeepCloneable<Instance.Types.PscAutoConnectionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class Instance.Types.PscAutoConnectionConfig.

Configuration for setting up PSC service automation. Consumer projects in the configs will be allowlisted automatically for the instance.

Inheritance

object > Instance.Types.PscAutoConnectionConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

PscAutoConnectionConfig()

public PscAutoConnectionConfig()

PscAutoConnectionConfig(PscAutoConnectionConfig)

public PscAutoConnectionConfig(Instance.Types.PscAutoConnectionConfig other)
Parameter
Name Description
other InstanceTypesPscAutoConnectionConfig

Properties

ConsumerNetwork

public string ConsumerNetwork { get; set; }

The consumer network for the PSC service automation, example: "projects/vpc-host-project/global/networks/default". The consumer network might be hosted a different project than the consumer project.

Property Value
Type Description
string

ConsumerNetworkStatus

public string ConsumerNetworkStatus { get; set; }

Output only. The status of the service connection policy.

Property Value
Type Description
string

ConsumerProject

public string ConsumerProject { get; set; }

The consumer project to which the PSC service automation endpoint will be created.

Property Value
Type Description
string

IpAddress

public string IpAddress { get; set; }

Output only. The IP address of the PSC service automation endpoint.

Property Value
Type Description
string

Status

public string Status { get; set; }

Output only. The status of the PSC service automation connection.

Property Value
Type Description
string