Class: Google::Cloud::VMMigration::V1::ListUtilizationReportsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ListUtilizationReportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Response message for 'ListUtilizationReports' request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#unreachable ⇒ ::Array<::String>
readonly
Output only.
-
#utilization_reports ⇒ ::Array<::Google::Cloud::VMMigration::V1::UtilizationReport>
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String (readonly)
Returns Output only. A token, which can be sent as page_token
to retrieve the
next page. If this field is omitted, there are no subsequent pages.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1447 class ListUtilizationReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String> (readonly)
Returns Output only. Locations that could not be reached.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1447 class ListUtilizationReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#utilization_reports ⇒ ::Array<::Google::Cloud::VMMigration::V1::UtilizationReport> (readonly)
Returns Output only. The list of reports.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1447 class ListUtilizationReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |