View Source GoogleApi.TrafficDirector.V3.Model.StaticCluster (google_api_traffic_director v0.4.0)
Describes a statically loaded cluster.
Attributes
-
cluster
(type:map()
, default:nil
) - The cluster config. -
lastUpdated
(type:DateTime.t
, default:nil
) - The timestamp when the Cluster was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TrafficDirector.V3.Model.StaticCluster{ cluster: map() | nil, lastUpdated: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.