View Source GoogleApi.TrafficDirector.V3.Model.DynamicCluster (google_api_traffic_director v0.4.0)
Describes a dynamically loaded cluster via the CDS API. [#next-free-field: 6]
Attributes
-
clientStatus
(type:String.t
, default:nil
) - The client status of this resource. [#not-implemented-hide:] -
cluster
(type:map()
, default:nil
) - The cluster 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
) - The timestamp when the Cluster was last updated. -
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 cluster was loaded. In the future, discrete per-cluster versions may be supported by the API.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TrafficDirector.V3.Model.DynamicCluster{ clientStatus: String.t() | nil, cluster: 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.