Class: Google::Cloud::VMMigration::V1::AwsVmsDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AwsVmsDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
AWSVmsDetails describes VMs in AWS.
Instance Attribute Summary collapse
-
#details ⇒ ::Array<::Google::Cloud::VMMigration::V1::AwsVmDetails>
The details of the AWS VMs.
Instance Attribute Details
#details ⇒ ::Array<::Google::Cloud::VMMigration::V1::AwsVmDetails>
Returns The details of the AWS VMs.
1260 1261 1262 1263 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1260 class AwsVmsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |