Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::FetchInventoryResponse.
Response message for fetchInventory.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aws_vms
def aws_vms() -> ::Google::Cloud::VMMigration::V1::AwsVmsDetails
Returns
- (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.
#aws_vms=
def aws_vms=(value) -> ::Google::Cloud::VMMigration::V1::AwsVmsDetails
Parameter
- value (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.
Returns
- (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the source was last queried (if the result is from the cache).
#vmware_vms
def vmware_vms() -> ::Google::Cloud::VMMigration::V1::VmwareVmsDetails
Returns
- (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.
#vmware_vms=
def vmware_vms=(value) -> ::Google::Cloud::VMMigration::V1::VmwareVmsDetails
Parameter
- value (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.
Returns
- (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.