Show / Hide Table of Contents

Class InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

Inheritance
object
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
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 InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

[Output Only] Contains errors encountered during bulk instance operation.

Declaration
[JsonProperty("error")]
public virtual InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.ErrorData Error { get; set; }
Property Value
Type Description
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.ErrorData

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

[Output Only] Timestamp of the last progress check of bulk instance operation. Timestamp is in RFC3339 text format.

Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX