Show / Hide Table of Contents

Class PscConfig

PSC settings for a Cloud SQL instance.

Inheritance
object
PscConfig
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class PscConfig : IDirectResponseSchema

Properties

AllowedConsumerProjects

Optional. The list of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).

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

ETag

The ETag of the item.

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

NetworkAttachmentUri

Optional. The network attachment of the consumer network that the Private Service Connect enabled Cloud SQL instance is authorized to connect via PSC interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID

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

PscAutoConnections

Optional. The list of settings for requested Private Service Connect consumer endpoints that can be used to connect to this Cloud SQL instance.

Declaration
[JsonProperty("pscAutoConnections")]
public virtual IList<PscAutoConnectionConfig> PscAutoConnections { get; set; }
Property Value
Type Description
IList<PscAutoConnectionConfig>

PscEnabled

Whether PSC connectivity is enabled for this instance.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX