Class: Google::Cloud::VMMigration::V1::GetMigratingVmRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::GetMigratingVmRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'GetMigratingVm' request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::VMMigration::V1::MigratingVmView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the MigratingVm.
2056 2057 2058 2059 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2056 class GetMigratingVmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::VMMigration::V1::MigratingVmView
Returns Optional. The level of details of the migrating VM.
2056 2057 2058 2059 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2056 class GetMigratingVmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |