Class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding
- 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
-
#description ⇒ String
Description for the Preference Set.
-
#display_name ⇒ String
Display Name of the Preference Set Corresponds to the JSON property
displayName. -
#machine_finding ⇒ Google::Apis::MigrationcenterV1alpha1::ReportSummaryMachineFinding
A set of findings that applies to assets of type Virtual/Physical Machine.
-
#machine_preferences ⇒ Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences
VirtualMachinePreferences enables you to create sets of assumptions, for example, a geographical location and pricing track, for your migrated virtual machines.
-
#monthly_cost_compute ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
-
#monthly_cost_network_egress ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
-
#monthly_cost_os_license ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
-
#monthly_cost_other ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
-
#monthly_cost_storage ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
-
#monthly_cost_total ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
-
#preferred_region ⇒ String
Target region for this Preference Set Corresponds to the JSON property
preferredRegion. -
#pricing_track ⇒ String
Text describing the pricing track specified for this Preference Set Corresponds to the JSON property
pricingTrack. -
#top_priority ⇒ String
Text describing the business priority specified for this Preference Set Corresponds to the JSON property
topPriority.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReportSummaryGroupPreferenceSetFinding
constructor
A new instance of ReportSummaryGroupPreferenceSetFinding.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReportSummaryGroupPreferenceSetFinding
Returns a new instance of ReportSummaryGroupPreferenceSetFinding.
3830 3831 3832 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Description for the Preference Set.
Corresponds to the JSON property description
3765 3766 3767 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3765 def description @description end |
#display_name ⇒ String
Display Name of the Preference Set
Corresponds to the JSON property displayName
3770 3771 3772 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3770 def display_name @display_name end |
#machine_finding ⇒ Google::Apis::MigrationcenterV1alpha1::ReportSummaryMachineFinding
A set of findings that applies to assets of type Virtual/Physical Machine.
Corresponds to the JSON property machineFinding
3775 3776 3777 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3775 def machine_finding @machine_finding end |
#machine_preferences ⇒ Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences
VirtualMachinePreferences enables you to create sets of assumptions, 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
3783 3784 3785 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3783 def machine_preferences @machine_preferences end |
#monthly_cost_compute ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
Corresponds to the JSON property monthlyCostCompute
3788 3789 3790 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3788 def monthly_cost_compute @monthly_cost_compute end |
#monthly_cost_network_egress ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
Corresponds to the JSON property monthlyCostNetworkEgress
3793 3794 3795 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3793 def monthly_cost_network_egress @monthly_cost_network_egress end |
#monthly_cost_os_license ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
Corresponds to the JSON property monthlyCostOsLicense
3798 3799 3800 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3798 def monthly_cost_os_license @monthly_cost_os_license end |
#monthly_cost_other ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
Corresponds to the JSON property monthlyCostOther
3803 3804 3805 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3803 def monthly_cost_other @monthly_cost_other end |
#monthly_cost_storage ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
Corresponds to the JSON property monthlyCostStorage
3808 3809 3810 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3808 def monthly_cost_storage @monthly_cost_storage end |
#monthly_cost_total ⇒ Google::Apis::MigrationcenterV1alpha1::Money
Represents an amount of money with its currency type.
Corresponds to the JSON property monthlyCostTotal
3813 3814 3815 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3813 def monthly_cost_total @monthly_cost_total end |
#preferred_region ⇒ String
Target region for this Preference Set
Corresponds to the JSON property preferredRegion
3818 3819 3820 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3818 def preferred_region @preferred_region end |
#pricing_track ⇒ String
Text describing the pricing track specified for this Preference Set
Corresponds to the JSON property pricingTrack
3823 3824 3825 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3823 def pricing_track @pricing_track end |
#top_priority ⇒ String
Text describing the business priority specified for this Preference Set
Corresponds to the JSON property topPriority
3828 3829 3830 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3828 def top_priority @top_priority end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3835 def update!(**args) @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_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_storage = args[:monthly_cost_storage] if args.key?(:monthly_cost_storage) @monthly_cost_total = args[:monthly_cost_total] if args.key?(:monthly_cost_total) @preferred_region = args[:preferred_region] if args.key?(:preferred_region) @pricing_track = args[:pricing_track] if args.key?(:pricing_track) @top_priority = args[:top_priority] if args.key?(:top_priority) end |