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.
2930 2931 2932 2933 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2930 class ComputeEngineMigrationTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |