Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportSummary.
Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#all_assets_stats
def all_assets_stats() -> ::Google::Cloud::MigrationCenter::V1::ReportSummary::AssetAggregateStats
Returns
- (::Google::Cloud::MigrationCenter::V1::ReportSummary::AssetAggregateStats) — Aggregate statistics for all the assets across all the groups.
#all_assets_stats=
def all_assets_stats=(value) -> ::Google::Cloud::MigrationCenter::V1::ReportSummary::AssetAggregateStats
Parameter
- value (::Google::Cloud::MigrationCenter::V1::ReportSummary::AssetAggregateStats) — Aggregate statistics for all the assets across all the groups.
Returns
- (::Google::Cloud::MigrationCenter::V1::ReportSummary::AssetAggregateStats) — Aggregate statistics for all the assets across all the groups.
#group_findings
def group_findings() -> ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::GroupFinding>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::GroupFinding>) — Findings for each Group included in this report.
#group_findings=
def group_findings=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::GroupFinding>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::GroupFinding>) — Findings for each Group included in this report.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::GroupFinding>) — Findings for each Group included in this report.