View Source GoogleApi.Batch.V1.Model.AgentInfo (google_api_batch v0.2.2)
VM Agent Info.
Attributes
-
jobId
(type:String.t
, default:nil
) - Optional. The assigned Job ID -
reportTime
(type:DateTime.t
, default:nil
) - When the AgentInfo is generated. -
state
(type:String.t
, default:nil
) - Agent state. -
taskGroupId
(type:String.t
, default:nil
) - The assigned task group ID. -
tasks
(type:list(GoogleApi.Batch.V1.Model.AgentTaskInfo.t)
, default:nil
) - Task Info.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.AgentInfo{ jobId: String.t() | nil, reportTime: DateTime.t() | nil, state: String.t() | nil, taskGroupId: String.t() | nil, tasks: [GoogleApi.Batch.V1.Model.AgentTaskInfo.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.