Class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupFinding

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReportSummaryGroupFinding

Returns a new instance of ReportSummaryGroupFinding.



4053
4054
4055
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4053

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

Instance Attribute Details

#asset_aggregate_statsGoogle::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats

Aggregate statistics for a collection of assets. Corresponds to the JSON property assetAggregateStats



4031
4032
4033
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4031

def asset_aggregate_stats
  @asset_aggregate_stats
end

#descriptionString

Description for this group finding. Corresponds to the JSON property description

Returns:

  • (String)


4036
4037
4038
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4036

def description
  @description
end

#display_nameString

Display Name for this group finding. Corresponds to the JSON property displayName

Returns:

  • (String)


4041
4042
4043
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4041

def display_name
  @display_name
end

#overlapping_asset_countFixnum

This field is deprecated, do not rely on it having a value. Corresponds to the JSON property overlappingAssetCount

Returns:

  • (Fixnum)


4046
4047
4048
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4046

def overlapping_asset_count
  @overlapping_asset_count
end

#preference_set_findingsArray<Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding>

Findings for each of the PreferenceSets for this group. Corresponds to the JSON property preferenceSetFindings



4051
4052
4053
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4051

def preference_set_findings
  @preference_set_findings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4058
4059
4060
4061
4062
4063
4064
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4058

def update!(**args)
  @asset_aggregate_stats = args[:asset_aggregate_stats] if args.key?(:asset_aggregate_stats)
  @description = args[:description] if args.key?(:description)
  @display_name = args[:display_name] if args.key?(:display_name)
  @overlapping_asset_count = args[:overlapping_asset_count] if args.key?(:overlapping_asset_count)
  @preference_set_findings = args[:preference_set_findings] if args.key?(:preference_set_findings)
end