Class: Google::Cloud::MigrationCenter::V1::ComputeEngineMigrationTarget
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ComputeEngineMigrationTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Compute engine migration target.
Instance Attribute Summary collapse
-
#shape ⇒ ::Google::Cloud::MigrationCenter::V1::ComputeEngineShapeDescriptor
Description of the suggested shape for the migration target.
Instance Attribute Details
#shape ⇒ ::Google::Cloud::MigrationCenter::V1::ComputeEngineShapeDescriptor
Returns Description of the suggested shape for the migration target.
2948 2949 2950 2951 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2948 class ComputeEngineMigrationTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |