Class: Google::Cloud::MigrationCenter::V1::AwsEc2PlatformDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::AwsEc2PlatformDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
AWS EC2 specific details.
Instance Attribute Summary collapse
-
#location ⇒ ::String
The location of the machine in the AWS format.
-
#machine_type_label ⇒ ::String
AWS platform's machine type label.
Instance Attribute Details
#location ⇒ ::String
Returns The location of the machine in the AWS format.
2674 2675 2676 2677 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2674 class AwsEc2PlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_type_label ⇒ ::String
Returns AWS platform's machine type label.
2674 2675 2676 2677 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2674 class AwsEc2PlatformDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |