View Source GoogleApi.APIM.V1alpha.Model.ObservationSource (google_api_apim v0.3.0)
Observation source configuration types
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. [Output only] Create time stamp -
gclbObservationSource
(type:GoogleApi.APIM.V1alpha.Model.GclbObservationSource.t
, default:nil
) - The GCLB observation source -
name
(type:String.t
, default:nil
) - Identifier. name of resource For MVP, each region can only have 1 source. -
state
(type:String.t
, default:nil
) - Output only. The observation source state -
updateTime
(type:DateTime.t
, default:nil
) - Output only. [Output only] Update time stamp
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIM.V1alpha.Model.ObservationSource{ createTime: DateTime.t() | nil, gclbObservationSource: GoogleApi.APIM.V1alpha.Model.GclbObservationSource.t() | nil, name: String.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.