Class HaControllerStatusZoneStatusLastError
Contains details of the last failed operation.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HaControllerStatusZoneStatusLastError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Errors
Output only. [Output Only] Encountered errors.
Declaration
[JsonProperty("errors")]
public virtual HaControllerStatusZoneStatusLastError.ErrorsData Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| HaControllerStatusZoneStatusLastError.ErrorsData |
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] Show timestamp only if there is an error.RFC3339 text format.
Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |