Show / Hide Table of Contents

Class UpdateFailureState

Inheritance
System.Object
UpdateFailureState
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FailedConfiguration

What the component configuration would have been if the update had succeeded.

Declaration
[JsonProperty("failedConfiguration")]
public virtual IDictionary<string, object> FailedConfiguration { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

LastUpdateAttempt

Time of the latest failed update attempt.

Declaration
[JsonProperty("lastUpdateAttempt")]
public virtual object LastUpdateAttempt { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
In This Article
Back to top