Class InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
Implements
Inherited Members
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 |