Show / Hide Table of Contents

Class DynamicRouteConfig

[#next-free-field: 6]

Inheritance
object
DynamicRouteConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class DynamicRouteConfig : IDirectResponseSchema

Properties

ClientStatus

The client status of this resource. [#not-implemented-hide:]

Declaration
[JsonProperty("clientStatus")]
public virtual string ClientStatus { 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

ErrorState

Set if the last update failed, cleared after the next successful update. The error_state field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]

Declaration
[JsonProperty("errorState")]
public virtual UpdateFailureState ErrorState { get; set; }
Property Value
Type Description
UpdateFailureState

LastUpdated

object representation of LastUpdatedRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdatedDateTimeOffset instead.")]
public virtual object LastUpdated { get; set; }
Property Value
Type Description
object

LastUpdatedDateTimeOffset

DateTimeOffset representation of LastUpdatedRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdatedDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastUpdatedRaw

The timestamp when the Route was last updated.

Declaration
[JsonProperty("lastUpdated")]
public virtual string LastUpdatedRaw { get; set; }
Property Value
Type Description
string

RouteConfig

The route config.

Declaration
[JsonProperty("routeConfig")]
public virtual IDictionary<string, object> RouteConfig { get; set; }
Property Value
Type Description
IDictionary<string, object>

VersionInfo

This is the per-resource version information. This version is currently taken from the :ref:version_info field at the time that the route configuration was loaded.

Declaration
[JsonProperty("versionInfo")]
public virtual string VersionInfo { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX