Class PscInstanceInfo
Information about the Private Service Connect (PSC) for the instance.
Implements
Inherited Members
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 |