Google Cloud Vm Migration V1 Client - Class FetchInventoryResponse (0.6.3)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class FetchInventoryResponse.

Response message for fetchInventory.

Generated from protobuf message google.cloud.vmmigration.v1.FetchInventoryResponse

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ vmware_vms Google\Cloud\VMMigration\V1\VmwareVmsDetails

The description of the VMs in a Source of type Vmware.

↳ aws_vms Google\Cloud\VMMigration\V1\AwsVmsDetails

The description of the VMs in a Source of type AWS.

↳ update_time Google\Protobuf\Timestamp

Output only. The timestamp when the source was last queried (if the result is from the cache).

getVmwareVms

The description of the VMs in a Source of type Vmware.

Returns
Type Description
Google\Cloud\VMMigration\V1\VmwareVmsDetails|null

hasVmwareVms

setVmwareVms

The description of the VMs in a Source of type Vmware.

Parameter
Name Description
var Google\Cloud\VMMigration\V1\VmwareVmsDetails
Returns
Type Description
$this

getAwsVms

The description of the VMs in a Source of type AWS.

Returns
Type Description
Google\Cloud\VMMigration\V1\AwsVmsDetails|null

hasAwsVms

setAwsVms

The description of the VMs in a Source of type AWS.

Parameter
Name Description
var Google\Cloud\VMMigration\V1\AwsVmsDetails
Returns
Type Description
$this

getUpdateTime

Output only. The timestamp when the source was last queried (if the result is from the cache).

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The timestamp when the source was last queried (if the result is from the cache).

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getSourceVms

Returns
Type Description
string