Class DeploymentTasks
Combined list of tasks for all paired nodes in the deployment.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class DeploymentTasks : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Task
Output only. Tasks performed or being performed on the paired nodes of the deployment at a consolidated level.
Declaration
[JsonProperty("task")]
public virtual IList<DeploymentTask> Task { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DeploymentTask> |