Class InstanceGroupManagerStatusBulkInstanceOperation
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerStatusBulkInstanceOperation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InProgress
[Output Only] Informs whether bulk instance operation is in progress.
Declaration
[JsonProperty("inProgress")]
public virtual bool? InProgress { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LastProgressCheck
[Output Only] Information from last progress check of bulk instance operation.
Declaration
[JsonProperty("lastProgressCheck")]
public virtual InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck LastProgressCheck { get; set; }
Property Value
Type | Description |
---|---|
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck |