Show / Hide Table of Contents

Class PscInstanceInfo

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

Inheritance
object
PscInstanceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class PscInstanceInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EffectivePscAutoConnectionPolicy

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.

Declaration
[JsonProperty("effectivePscAutoConnectionPolicy")]
public virtual bool? EffectivePscAutoConnectionPolicy { get; set; }
Property Value
Type Description
bool?

EffectivePscAutoDnsEnabled

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

Declaration
[JsonProperty("effectivePscAutoDnsEnabled")]
public virtual bool? EffectivePscAutoDnsEnabled { get; set; }
Property Value
Type Description
bool?

PscAutoDnsNames

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

Declaration
[JsonProperty("pscAutoDnsNames")]
public virtual IList<string> PscAutoDnsNames { get; set; }
Property Value
Type Description
IList<string>

ServiceConnectionPolicy

Output only. The PSC service connection policy name. The format is "projects//regions//serviceConnectionPolicies/"

Declaration
[JsonProperty("serviceConnectionPolicy")]
public virtual string ServiceConnectionPolicy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX