Class: Google::Cloud::VMMigration::V1::AddGroupMigrationRequest

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 'AddGroupMigration' request.

Instance Attribute Summary collapse

Instance Attribute Details

#group::String

Returns Required. The full path name of the Group to add to.

Returns:

  • (::String)

    Required. The full path name of the Group to add to.



2489
2490
2491
2492
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2489

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

#migrating_vm::String

Returns The full path name of the MigratingVm to add.

Returns:

  • (::String)

    The full path name of the MigratingVm to add.



2489
2490
2491
2492
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2489

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