Class RestoreFromCloudSQLRequest
Message for registering Restoring from CloudSQL resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.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 |