GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReportInstanceStatusRequest (google_api_apigee v0.18.0) View Source
Request for ReportInstanceStatus.
Attributes
-
instanceUid
(type:String.t
, default:nil
) - A unique ID for the instance which is guaranteed to be unique in case the user installs multiple hybrid runtimes with the same instance ID. -
reportTime
(type:DateTime.t
, default:nil
) - The time the report was generated in the runtime. Used to prevent an old status from overwriting a newer one. An instance should space out it's status reports so that clock skew does not play a factor. -
resources
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceStatus.t)
, default:nil
) - Status for config resources
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReportInstanceStatusRequest{ instanceUid: String.t(), reportTime: DateTime.t(), resources: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceStatus.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.