View Source GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1AssetMoveAnalysis (google_api_assured_workloads v0.18.0)
Represents move analysis results for an asset.
Attributes
-
analysisGroups
(type:list(GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1MoveAnalysisGroup.t)
, default:nil
) - List of eligible analyses performed for the asset. -
asset
(type:String.t
, default:nil
) - The full resource name of the asset being analyzed. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1 -
assetType
(type:String.t
, default:nil
) - Type of the asset being analyzed. Possible values will be among the ones listed here.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1AssetMoveAnalysis{ analysisGroups: [ GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1MoveAnalysisGroup.t() ] | nil, asset: String.t() | nil, assetType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.