View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryGroupPreferenceSetFinding (google_api_migration_center v0.5.0)

Summary Findings for a specific Group/PreferenceSet combination.

Attributes

  • computeEngineFinding (type: GoogleApi.MigrationCenter.V1.Model.ReportSummaryComputeEngineFinding.t, default: nil) - A set of findings that applies to Compute Engine machines in the input.
  • description (type: String.t, default: nil) - Description for the Preference Set.
  • displayName (type: String.t, default: nil) - Display Name of the Preference Set
  • machinePreferences (type: GoogleApi.MigrationCenter.V1.Model.VirtualMachinePreferences.t, default: nil) - A set of preferences that applies to all machines in the context.
  • monthlyCostCompute (type: GoogleApi.MigrationCenter.V1.Model.Money.t, default: nil) - Compute monthly cost for this preference set.
  • monthlyCostNetworkEgress (type: GoogleApi.MigrationCenter.V1.Model.Money.t, default: nil) - Network Egress monthly cost for this preference set.
  • monthlyCostOsLicense (type: GoogleApi.MigrationCenter.V1.Model.Money.t, default: nil) - Licensing monthly cost for this preference set.
  • monthlyCostOther (type: GoogleApi.MigrationCenter.V1.Model.Money.t, default: nil) - Miscellaneous monthly cost for this preference set.
  • monthlyCostStorage (type: GoogleApi.MigrationCenter.V1.Model.Money.t, default: nil) - Storage monthly cost for this preference set.
  • monthlyCostTotal (type: GoogleApi.MigrationCenter.V1.Model.Money.t, default: nil) - Total monthly cost for this preference set.
  • soleTenantFinding (type: GoogleApi.MigrationCenter.V1.Model.ReportSummarySoleTenantFinding.t, default: nil) - A set of findings that applies to Sole-Tenant machines in the input.
  • vmwareEngineFinding (type: GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareEngineFinding.t, default: nil) - A set of findings that applies to VMWare machines in the input.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.MigrationCenter.V1.Model.ReportSummaryGroupPreferenceSetFinding{
    computeEngineFinding:
      GoogleApi.MigrationCenter.V1.Model.ReportSummaryComputeEngineFinding.t()
      | nil,
    description: String.t() | nil,
    displayName: String.t() | nil,
    machinePreferences:
      GoogleApi.MigrationCenter.V1.Model.VirtualMachinePreferences.t() | nil,
    monthlyCostCompute: GoogleApi.MigrationCenter.V1.Model.Money.t() | nil,
    monthlyCostNetworkEgress:
      GoogleApi.MigrationCenter.V1.Model.Money.t() | nil,
    monthlyCostOsLicense: GoogleApi.MigrationCenter.V1.Model.Money.t() | nil,
    monthlyCostOther: GoogleApi.MigrationCenter.V1.Model.Money.t() | nil,
    monthlyCostStorage: GoogleApi.MigrationCenter.V1.Model.Money.t() | nil,
    monthlyCostTotal: GoogleApi.MigrationCenter.V1.Model.Money.t() | nil,
    soleTenantFinding:
      GoogleApi.MigrationCenter.V1.Model.ReportSummarySoleTenantFinding.t()
      | nil,
    vmwareEngineFinding:
      GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareEngineFinding.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.