Class: Google::Cloud::VMMigration::V1::RemoveGroupMigrationRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#group::String

Returns Required. The name of the Group.

Returns:

  • (::String)

    Required. The name of the Group.



2507
2508
2509
2510
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2507

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

#migrating_vm::String

Returns The MigratingVm to remove.

Returns:

  • (::String)

    The MigratingVm to remove.



2507
2508
2509
2510
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2507

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