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.



3982
3983
3984
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3982

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

Instance Attribute Details

#descriptionString

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

Returns:

  • (String)


3907
3908
3909
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3907

def description
  @description
end

#display_nameString

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

Returns:

  • (String)


3912
3913
3914
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3912

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



3917
3918
3919
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3917

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



3925
3926
3927
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3925

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



3930
3931
3932
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3930

def monthly_cost_compute
  @monthly_cost_compute
end

#monthly_cost_network_egressGoogle::Apis::MigrationcenterV1alpha1::Money

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



3935
3936
3937
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3935

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



3940
3941
3942
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3940

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



3945
3946
3947
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3945

def monthly_cost_other
  @monthly_cost_other
end

#monthly_cost_storageGoogle::Apis::MigrationcenterV1alpha1::Money

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



3950
3951
3952
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3950

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



3955
3956
3957
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3955

def monthly_cost_total
  @monthly_cost_total
end

#preferred_regionString

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

Returns:

  • (String)


3960
3961
3962
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3960

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)


3965
3966
3967
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3965

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



3970
3971
3972
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3970

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)


3975
3976
3977
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3975

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



3980
3981
3982
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3980

def vmware_engine_finding
  @vmware_engine_finding
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3987

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)
  @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