Class: Google::Cloud::VMMigration::V1::VmwareVmsDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::VmwareVmsDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
VmwareVmsDetails describes VMs in vCenter.
Instance Attribute Summary collapse
-
#details ⇒ ::Array<::Google::Cloud::VMMigration::V1::VmwareVmDetails>
The details of the vmware VMs.
Instance Attribute Details
#details ⇒ ::Array<::Google::Cloud::VMMigration::V1::VmwareVmDetails>
Returns The details of the vmware VMs.
1251 1252 1253 1254 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1251 class VmwareVmsDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |