View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryComputeEngineFinding (google_api_migration_center v0.3.0)
A set of findings that applies to assets destined for Compute Engine.
Attributes
-
allocatedAssetCount
(type:String.t
, default:nil
) - Count of assets which were allocated. -
allocatedDiskTypes
(type:list(String.t)
, default:nil
) - Set of disk types allocated to assets. -
allocatedRegions
(type:list(String.t)
, default:nil
) - Set of regions in which the assets were allocated. -
machineSeriesAllocations
(type:list(GoogleApi.MigrationCenter.V1.Model.ReportSummaryMachineSeriesAllocation.t)
, default:nil
) - Distribution of assets based on the Machine Series.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryComputeEngineFinding{ allocatedAssetCount: String.t() | nil, allocatedDiskTypes: [String.t()] | nil, allocatedRegions: [String.t()] | nil, machineSeriesAllocations: [ GoogleApi.MigrationCenter.V1.Model.ReportSummaryMachineSeriesAllocation.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.