Class: Google::Cloud::VMMigration::V1::VmUtilizationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::VmUtilizationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Utilization information of a single VM.
Instance Attribute Summary collapse
-
#utilization ⇒ ::Google::Cloud::VMMigration::V1::VmUtilizationMetrics
Utilization metrics for this VM.
-
#vm_id ⇒ ::String
The VM's ID in the source.
-
#vmware_vm_details ⇒ ::Google::Cloud::VMMigration::V1::VmwareVmDetails
The description of the VM in a Source of type Vmware.
Instance Attribute Details
#utilization ⇒ ::Google::Cloud::VMMigration::V1::VmUtilizationMetrics
Returns Utilization metrics for this VM.
1367 1368 1369 1370 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1367 class VmUtilizationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_id ⇒ ::String
Returns The VM's ID in the source.
1367 1368 1369 1370 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1367 class VmUtilizationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vmware_vm_details ⇒ ::Google::Cloud::VMMigration::V1::VmwareVmDetails
Returns The description of the VM in a Source of type Vmware.
1367 1368 1369 1370 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1367 class VmUtilizationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |