Class PscAutoConnectionConfig
Settings for an automatically-setup Private Service Connect consumer endpoint that is used to connect to a Cloud SQL instance.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class PscAutoConnectionConfig : IDirectResponseSchema
Properties
ConsumerNetwork
The consumer network of this consumer endpoint. This must be a resource path that includes both the host
project and the network name. For example, projects/project1/global/networks/network1
. The consumer host
project of this network might be different from the consumer service project.
Declaration
[JsonProperty("consumerNetwork")]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
ConsumerNetworkStatus
The connection policy status of the consumer network.
Declaration
[JsonProperty("consumerNetworkStatus")]
public virtual string ConsumerNetworkStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ConsumerProject
This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.
Declaration
[JsonProperty("consumerProject")]
public virtual string ConsumerProject { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
The IP address of the consumer endpoint.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The connection status of the consumer endpoint.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |