GoogleApi.WorkloadManager.V1.Model.Insight (google_api_workload_manager v0.12.0)
View SourceA presentation of host resource usage where the workload runs.
Attributes
-
instanceId
(type:String.t
, default:nil
) - Required. The instance id where the insight is generated from -
sapDiscovery
(type:GoogleApi.WorkloadManager.V1.Model.SapDiscovery.t
, default:nil
) - The insights data for SAP system discovery. This is a copy of SAP System proto and should get updated whenever that one changes. -
sapValidation
(type:GoogleApi.WorkloadManager.V1.Model.SapValidation.t
, default:nil
) - The insights data for the SAP workload validation. -
sentTime
(type:DateTime.t
, default:nil
) - Output only. [Output only] Create time stamp -
sqlserverValidation
(type:GoogleApi.WorkloadManager.V1.Model.SqlserverValidation.t
, default:nil
) - The insights data for the sqlserver workload validation. -
torsoValidation
(type:GoogleApi.WorkloadManager.V1.Model.TorsoValidation.t
, default:nil
) - The insights data for workload validation of torso workloads.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.Insight{ instanceId: String.t() | nil, sapDiscovery: GoogleApi.WorkloadManager.V1.Model.SapDiscovery.t() | nil, sapValidation: GoogleApi.WorkloadManager.V1.Model.SapValidation.t() | nil, sentTime: DateTime.t() | nil, sqlserverValidation: GoogleApi.WorkloadManager.V1.Model.SqlserverValidation.t() | nil, torsoValidation: GoogleApi.WorkloadManager.V1.Model.TorsoValidation.t() | nil }