Class: Google::Cloud::VMMigration::V1::AzureVmsDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AzureVmsDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
AzureVmsDetails describes VMs in Azure.
Instance Attribute Summary collapse
-
#details ⇒ ::Array<::Google::Cloud::VMMigration::V1::AzureVmDetails>
The details of the Azure VMs.
Instance Attribute Details
#details ⇒ ::Array<::Google::Cloud::VMMigration::V1::AzureVmDetails>
Returns The details of the Azure VMs.
1657 1658 1659 1660 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1657 class AzureVmsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |