Show / Hide Table of Contents

Class RestoreFromCloudSQLRequest

Message for registering Restoring from CloudSQL resource.

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

Properties

CloudsqlBackupRunSource

Cluster created from CloudSQL backup run.

Declaration
[JsonProperty("cloudsqlBackupRunSource")]
public virtual CloudSQLBackupRunSource CloudsqlBackupRunSource { get; set; }
Property Value
Type Description
CloudSQLBackupRunSource

Cluster

Required. The resource being created

Declaration
[JsonProperty("cluster")]
public virtual Cluster Cluster { get; set; }
Property Value
Type Description
Cluster

ClusterId

Required. ID of the requesting object.

Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX