AlloyDB v1alpha API - Class Instance.Types.PscInstanceInfo (1.0.0-alpha17)

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

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

Information about the Private Service Connect (PSC) for the instance.

Inheritance

object > Instance.Types.PscInstanceInfo

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

PscInstanceInfo()

public PscInstanceInfo()

PscInstanceInfo(PscInstanceInfo)

public PscInstanceInfo(Instance.Types.PscInstanceInfo other)
Parameter
Name Description
other InstanceTypesPscInstanceInfo

Properties

EffectivePscAutoConnectionPolicy

public bool EffectivePscAutoConnectionPolicy { get; set; }

Output only. Indicates if the PSC auto connection policy is enabled for the instance. For older instances, this will be off by default, but for newer instances, this will be auto-enabled.

Property Value
Type Description
bool

EffectivePscAutoDnsEnabled

public bool EffectivePscAutoDnsEnabled { get; set; }

Output only. The effective state of the PSC auto DNS for the instance.

Property Value
Type Description
bool

PscAutoDnsNames

public RepeatedField<string> PscAutoDnsNames { get; }

Output only. Specifies the auto DNS names for the instance.

Property Value
Type Description
RepeatedFieldstring

ServiceConnectionPolicy

public string ServiceConnectionPolicy { get; set; }

Output only. The PSC service connection policy name. The format is "projects/<PROJECT_ID>/regions/<REGION_ID>/serviceConnectionPolicies/<alloydb-$NETWORK-$RANDOM-scp>"

Property Value
Type Description
string