Class: Google::Cloud::VMMigration::V1::VmUtilizationInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#utilization::Google::Cloud::VMMigration::V1::VmUtilizationMetrics

Returns Utilization metrics for this VM.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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