Class PscConfig
PSC settings for a Cloud SQL instance.
Implements
Inherited Members
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 |
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? |