Show / Hide Table of Contents

Class CloudSQLConfig

Cloud SQL configuration.

Inheritance
object
CloudSQLConfig
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.ServiceNetworking.v1beta.Data
Assembly: Google.Apis.ServiceNetworking.v1beta.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX