View Source GoogleApi.TrafficDirector.V3.Model.DynamicEndpointConfig (google_api_traffic_director v0.2.0)
[#next-free-field: 6]
Attributes
-
clientStatus
(type:String.t
, default:nil
) - The client status of this resource. [#not-implemented-hide:] -
endpointConfig
(type:map()
, default:nil
) - The endpoint config. -
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
) - [#not-implemented-hide:] The timestamp when the Endpoint was last updated. -
versionInfo
(type:String.t
, default:nil
) - [#not-implemented-hide:] This is the per-resource version information. This version is currently taken from the :ref:version_info
field at the time that the endpoint configuration was loaded.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TrafficDirector.V3.Model.DynamicEndpointConfig{ clientStatus: String.t() | nil, endpointConfig: map() | nil, errorState: GoogleApi.TrafficDirector.V3.Model.UpdateFailureState.t() | nil, lastUpdated: DateTime.t() | nil, versionInfo: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.