Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::VmUtilizationInfo.
Utilization information of a single VM.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#utilization
def utilization() -> ::Google::Cloud::VMMigration::V1::VmUtilizationMetrics
Returns
- (::Google::Cloud::VMMigration::V1::VmUtilizationMetrics) — Utilization metrics for this VM.
#utilization=
def utilization=(value) -> ::Google::Cloud::VMMigration::V1::VmUtilizationMetrics
Parameter
- value (::Google::Cloud::VMMigration::V1::VmUtilizationMetrics) — Utilization metrics for this VM.
Returns
- (::Google::Cloud::VMMigration::V1::VmUtilizationMetrics) — Utilization metrics for this VM.
#vm_id
def vm_id() -> ::String
Returns
- (::String) — The VM's ID in the source.
#vm_id=
def vm_id=(value) -> ::String
Parameter
- value (::String) — The VM's ID in the source.
Returns
- (::String) — The VM's ID in the source.
#vmware_vm_details
def vmware_vm_details() -> ::Google::Cloud::VMMigration::V1::VmwareVmDetails
Returns
- (::Google::Cloud::VMMigration::V1::VmwareVmDetails) — The description of the VM in a Source of type Vmware.
#vmware_vm_details=
def vmware_vm_details=(value) -> ::Google::Cloud::VMMigration::V1::VmwareVmDetails
Parameter
- value (::Google::Cloud::VMMigration::V1::VmwareVmDetails) — The description of the VM in a Source of type Vmware.
Returns
- (::Google::Cloud::VMMigration::V1::VmwareVmDetails) — The description of the VM in a Source of type Vmware.