Class HaControllerStatusFailoverProgressLastFailoverAttempt
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HaControllerStatusFailoverProgressLastFailoverAttempt : 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 during the last attempt to process failover.
Declaration
[JsonProperty("errors")]
public virtual HaControllerStatusFailoverProgressLastFailoverAttempt.ErrorsData Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| HaControllerStatusFailoverProgressLastFailoverAttempt.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 |