Class CloudSQLConfig
Cloud SQL configuration.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class CloudSQLConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
Peering service used for peering with the Cloud SQL project.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |
UmbrellaNetwork
The name of the umbrella network in the Cloud SQL umbrella project.
Declaration
[JsonProperty("umbrellaNetwork")]
public virtual string UmbrellaNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
UmbrellaProject
The project number of the Cloud SQL umbrella project.
Declaration
[JsonProperty("umbrellaProject")]
public virtual long? UmbrellaProject { get; set; }
Property Value
Type | Description |
---|---|
long? |