GoogleApi.WorkloadManager.V1.Model.ListDiscoveredProfilesResponse (google_api_workload_manager v0.12.0)
View SourceList discovered profile Response returns discovered profiles from agents
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Output only. A token identifying a page of results the server should return -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached. -
workloadProfiles
(type:list(GoogleApi.WorkloadManager.V1.Model.WorkloadProfile.t)
, default:nil
) - Output only. The list of workload profiles
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListDiscoveredProfilesResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, workloadProfiles: [GoogleApi.WorkloadManager.V1.Model.WorkloadProfile.t()] | nil }