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- (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.
Note: The following fields are mutually exclusive:
aws_vms,vmware_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.
#aws_vms=
def aws_vms=(value) -> ::Google::Cloud::VMMigration::V1::AwsVmsDetails- value (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.
Note: The following fields are mutually exclusive:
aws_vms,vmware_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.
- (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.
Note: The following fields are mutually exclusive:
aws_vms,vmware_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp- (::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- (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.
Note: The following fields are mutually exclusive:
vmware_vms,aws_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.
#vmware_vms=
def vmware_vms=(value) -> ::Google::Cloud::VMMigration::V1::VmwareVmsDetails- value (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.
Note: The following fields are mutually exclusive:
vmware_vms,aws_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.
- (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.
Note: The following fields are mutually exclusive:
vmware_vms,aws_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.