Class: Google::Cloud::VMMigration::V1::ListImageImportJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Response message for 'ListImageImportJobs' call.

Instance Attribute Summary collapse

Instance Attribute Details

#image_import_jobs::Array<::Google::Cloud::VMMigration::V1::ImageImportJob> (readonly)

Returns Output only. The list of target response.

Returns:



4365
4366
4367
4368
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4365

class ListImageImportJobsResponse
  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.

Returns:

  • (::String)

    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.



4365
4366
4367
4368
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4365

class ListImageImportJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String> (readonly)

Returns Output only. Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Output only. Locations that could not be reached.



4365
4366
4367
4368
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4365

class ListImageImportJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end