Class: Google::Cloud::VMMigration::V1::GetUtilizationReportRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The Utilization Report name.

Returns:

  • (::String)

    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.

Returns:



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