Class UpdateFailureState
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class UpdateFailureState : IDirectResponseSchema
Properties
Details
Details about the last failed update attempt.
Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedConfiguration
What the component configuration would have been if the update had succeeded. This field may not be populated by xDS clients due to storage overhead.
Declaration
[JsonProperty("failedConfiguration")]
public virtual IDictionary<string, object> FailedConfiguration { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
LastUpdateAttempt
object representation of LastUpdateAttemptRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateAttemptDateTimeOffset instead.")]
public virtual object LastUpdateAttempt { get; set; }
Property Value
Type | Description |
---|---|
object |
LastUpdateAttemptDateTimeOffset
DateTimeOffset representation of LastUpdateAttemptRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateAttemptDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastUpdateAttemptRaw
Time of the latest failed update attempt.
Declaration
[JsonProperty("lastUpdateAttempt")]
public virtual string LastUpdateAttemptRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionInfo
This is the version of the rejected resource. [#not-implemented-hide:]
Declaration
[JsonProperty("versionInfo")]
public virtual string VersionInfo { get; set; }
Property Value
Type | Description |
---|---|
string |