View Source GoogleApi.TrafficDirector.V3.Model.DynamicScopedRouteConfigs (google_api_traffic_director v0.3.0)
[#next-free-field: 7]
Attributes
-
clientStatus
(type:String.t
, default:nil
) - The client status of this resource. [#not-implemented-hide:] -
errorState
(type:GoogleApi.TrafficDirector.V3.Model.UpdateFailureState.t
, default:nil
) - Set if the last update failed, cleared after the next successful update. Theerror_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:] -
lastUpdated
(type:DateTime.t
, default:nil
) - The timestamp when the scoped route config set was last updated. -
name
(type:String.t
, default:nil
) - The name assigned to the scoped route configurations. -
scopedRouteConfigs
(type:list(map())
, default:nil
) - The scoped route configurations. -
versionInfo
(type:String.t
, default:nil
) - This is the per-resource version information. This version is currently taken from the :ref:version_info
field at the time that the scoped routes configuration was loaded.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TrafficDirector.V3.Model.DynamicScopedRouteConfigs{ clientStatus: String.t() | nil, errorState: GoogleApi.TrafficDirector.V3.Model.UpdateFailureState.t() | nil, lastUpdated: DateTime.t() | nil, name: String.t() | nil, scopedRouteConfigs: [map()] | nil, versionInfo: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.