Class InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Output only. [Output Only] Encountered errors.
Declaration
[JsonProperty("error")]
public virtual InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.ErrorData Error { get; set; }
Property Value
| Type | Description |
|---|---|
| InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.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. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |