Class: Google::Cloud::VMMigration::V1::ListCutoverJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ListCutoverJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Response message for 'ListCutoverJobs' request.
Instance Attribute Summary collapse
-
#cutover_jobs ⇒ ::Array<::Google::Cloud::VMMigration::V1::CutoverJob>
readonly
Output only.
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#unreachable ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#cutover_jobs ⇒ ::Array<::Google::Cloud::VMMigration::V1::CutoverJob> (readonly)
3439 3440 3441 3442 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3439 class ListCutoverJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String (readonly)
3439 3440 3441 3442 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3439 class ListCutoverJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String> (readonly)
3439 3440 3441 3442 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3439 class ListCutoverJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |