Class: Google::Cloud::VMMigration::V1::ListMigratingVmsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ListMigratingVmsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Response message for 'ListMigratingVms' request.
Instance Attribute Summary collapse
-
#migrating_vms ⇒ ::Array<::Google::Cloud::VMMigration::V1::MigratingVm>
readonly
Output only.
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#unreachable ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#migrating_vms ⇒ ::Array<::Google::Cloud::VMMigration::V1::MigratingVm> (readonly)
Returns Output only. The list of Migrating VMs response.
2044 2045 2046 2047 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2044 class ListMigratingVmsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
2044 2045 2046 2047 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2044 class ListMigratingVmsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String> (readonly)
Returns Output only. Locations that could not be reached.
2044 2045 2046 2047 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2044 class ListMigratingVmsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |