Show / Hide Table of Contents

Class InstanceGroupManagerStatusBulkInstanceOperation

Inheritance
object
InstanceGroupManagerStatusBulkInstanceOperation
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX