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

A set of findings that applies to assets destined for Sole-Tenant nodes.

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 are allocated
  • nodeAllocations (type: list(GoogleApi.MigrationCenter.V1.Model.ReportSummarySoleTenantNodeAllocation.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.ReportSummarySoleTenantFinding{
  allocatedAssetCount: String.t() | nil,
  allocatedRegions: [String.t()] | nil,
  nodeAllocations:
    [
      GoogleApi.MigrationCenter.V1.Model.ReportSummarySoleTenantNodeAllocation.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.