Class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb

Overview

Summary Findings for a specific Group/PreferenceSet combination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReportSummaryGroupPreferenceSetFinding

Returns a new instance of ReportSummaryGroupPreferenceSetFinding.



6159
6160
6161
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6159

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#database_findingGoogle::Apis::MigrationcenterV1alpha1::ReportSummaryDatabaseFinding

DatabaseFinding contains an aggregate costs and shapes for a single database type. Corresponds to the JSON property databaseFinding



6054
6055
6056
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6054

def database_finding
  @database_finding
end

#descriptionString

Description for the Preference Set. Corresponds to the JSON property description

Returns:

  • (String)


6059
6060
6061
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6059

def description
  @description
end

#display_nameString

Display Name of the Preference Set Corresponds to the JSON property displayName

Returns:

  • (String)


6064
6065
6066
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6064

def display_name
  @display_name
end

#machine_findingGoogle::Apis::MigrationcenterV1alpha1::ReportSummaryMachineFinding

A set of findings that applies to assets of type Virtual/Physical Machine. Corresponds to the JSON property machineFinding



6069
6070
6071
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6069

def machine_finding
  @machine_finding
end

#machine_preferencesGoogle::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences

VirtualMachinePreferences enables you to create sets of preferences, for example, a geographical location and pricing track, for your migrated virtual machines. The set of preferences influence recommendations for migrating virtual machine assets. Corresponds to the JSON property machinePreferences



6077
6078
6079
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6077

def machine_preferences
  @machine_preferences
end

#monthly_cost_computeGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostCompute



6082
6083
6084
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6082

def monthly_cost_compute
  @monthly_cost_compute
end

#monthly_cost_database_backupGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostDatabaseBackup



6087
6088
6089
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6087

def monthly_cost_database_backup
  @monthly_cost_database_backup
end

#monthly_cost_database_licensingGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostDatabaseLicensing



6092
6093
6094
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6092

def monthly_cost_database_licensing
  @monthly_cost_database_licensing
end

#monthly_cost_gcve_protectedGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostGcveProtected



6097
6098
6099
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6097

def monthly_cost_gcve_protected
  @monthly_cost_gcve_protected
end

#monthly_cost_network_egressGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostNetworkEgress



6102
6103
6104
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6102

def monthly_cost_network_egress
  @monthly_cost_network_egress
end

#monthly_cost_os_licenseGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostOsLicense



6107
6108
6109
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6107

def monthly_cost_os_license
  @monthly_cost_os_license
end

#monthly_cost_otherGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostOther



6112
6113
6114
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6112

def monthly_cost_other
  @monthly_cost_other
end

#monthly_cost_portable_vmware_licenseGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostPortableVmwareLicense



6117
6118
6119
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6117

def monthly_cost_portable_vmware_license
  @monthly_cost_portable_vmware_license
end

#monthly_cost_storageGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostStorage



6122
6123
6124
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6122

def monthly_cost_storage
  @monthly_cost_storage
end

#monthly_cost_totalGoogle::Apis::MigrationcenterV1alpha1::Money

Represents an amount of money with its currency type. Corresponds to the JSON property monthlyCostTotal



6127
6128
6129
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6127

def monthly_cost_total
  @monthly_cost_total
end

#preference_setGoogle::Apis::MigrationcenterV1alpha1::PreferenceSet

The preferences that apply to all assets in a given context. Corresponds to the JSON property preferenceSet



6132
6133
6134
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6132

def preference_set
  @preference_set
end

#preferred_regionString

Target region for this Preference Set Corresponds to the JSON property preferredRegion

Returns:

  • (String)


6137
6138
6139
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6137

def preferred_region
  @preferred_region
end

#pricing_trackString

Text describing the pricing track specified for this Preference Set Corresponds to the JSON property pricingTrack

Returns:

  • (String)


6142
6143
6144
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6142

def pricing_track
  @pricing_track
end

#sole_tenant_findingGoogle::Apis::MigrationcenterV1alpha1::ReportSummarySoleTenantFinding

A set of findings that applies to assets destined for Sole-Tenant nodes. Corresponds to the JSON property soleTenantFinding



6147
6148
6149
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6147

def sole_tenant_finding
  @sole_tenant_finding
end

#top_priorityString

Text describing the business priority specified for this Preference Set Corresponds to the JSON property topPriority

Returns:

  • (String)


6152
6153
6154
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6152

def top_priority
  @top_priority
end

#vmware_engine_findingGoogle::Apis::MigrationcenterV1alpha1::ReportSummaryVmWareEngineFinding

A set of findings that applies to assets destined for VMWare Engine. Corresponds to the JSON property vmwareEngineFinding



6157
6158
6159
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6157

def vmware_engine_finding
  @vmware_engine_finding
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6164

def update!(**args)
  @database_finding = args[:database_finding] if args.key?(:database_finding)
  @description = args[:description] if args.key?(:description)
  @display_name = args[:display_name] if args.key?(:display_name)
  @machine_finding = args[:machine_finding] if args.key?(:machine_finding)
  @machine_preferences = args[:machine_preferences] if args.key?(:machine_preferences)
  @monthly_cost_compute = args[:monthly_cost_compute] if args.key?(:monthly_cost_compute)
  @monthly_cost_database_backup = args[:monthly_cost_database_backup] if args.key?(:monthly_cost_database_backup)
  @monthly_cost_database_licensing = args[:monthly_cost_database_licensing] if args.key?(:monthly_cost_database_licensing)
  @monthly_cost_gcve_protected = args[:monthly_cost_gcve_protected] if args.key?(:monthly_cost_gcve_protected)
  @monthly_cost_network_egress = args[:monthly_cost_network_egress] if args.key?(:monthly_cost_network_egress)
  @monthly_cost_os_license = args[:monthly_cost_os_license] if args.key?(:monthly_cost_os_license)
  @monthly_cost_other = args[:monthly_cost_other] if args.key?(:monthly_cost_other)
  @monthly_cost_portable_vmware_license = args[:monthly_cost_portable_vmware_license] if args.key?(:monthly_cost_portable_vmware_license)
  @monthly_cost_storage = args[:monthly_cost_storage] if args.key?(:monthly_cost_storage)
  @monthly_cost_total = args[:monthly_cost_total] if args.key?(:monthly_cost_total)
  @preference_set = args[:preference_set] if args.key?(:preference_set)
  @preferred_region = args[:preferred_region] if args.key?(:preferred_region)
  @pricing_track = args[:pricing_track] if args.key?(:pricing_track)
  @sole_tenant_finding = args[:sole_tenant_finding] if args.key?(:sole_tenant_finding)
  @top_priority = args[:top_priority] if args.key?(:top_priority)
  @vmware_engine_finding = args[:vmware_engine_finding] if args.key?(:vmware_engine_finding)
end