Class: Google::Cloud::VMMigration::V1::GetUtilizationReportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::GetUtilizationReportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'GetUtilizationReport' request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::VMMigration::V1::UtilizationReportView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The Utilization Report name.
1460 1461 1462 1463 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1460 class GetUtilizationReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::VMMigration::V1::UtilizationReportView
Returns Optional. The level of details of the report. Defaults to FULL.
1460 1461 1462 1463 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1460 class GetUtilizationReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |