View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReportInstanceStatusRequest (google_api_apigee v0.53.0)
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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReportInstanceStatusRequest{ instanceUid: String.t() | nil, reportTime: DateTime.t() | nil, resources: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceStatus.t()] | nil }