View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareEngineFinding (google_api_migration_center v0.2.0)

A set of findings that applies to assets destined for VMWare Engine.

Attributes

  • allocatedAssetCount (type: String.t, default: nil) - Count of assets which are allocated
  • allocatedRegions (type: list(String.t), default: nil) - Set of regions in which the assets were allocated
  • nodeAllocations (type: list(GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareNodeAllocation.t), default: nil) - Set of per-nodetype allocation records

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareEngineFinding{
  allocatedAssetCount: String.t() | nil,
  allocatedRegions: [String.t()] | nil,
  nodeAllocations:
    [GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareNodeAllocation.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.