VM Migration v1 API - Class FetchInventoryResponse (2.5.0)

public sealed class FetchInventoryResponse : IMessage<FetchInventoryResponse>, IEquatable<FetchInventoryResponse>, IDeepCloneable<FetchInventoryResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class FetchInventoryResponse.

Response message for [fetchInventory][google.cloud.vmmigration.v1.VmMigration.FetchInventory].

Inheritance

object > FetchInventoryResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

FetchInventoryResponse()

public FetchInventoryResponse()

FetchInventoryResponse(FetchInventoryResponse)

public FetchInventoryResponse(FetchInventoryResponse other)
Parameter
NameDescription
otherFetchInventoryResponse

Properties

AwsVms

public AwsVmsDetails AwsVms { get; set; }

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

Property Value
TypeDescription
AwsVmsDetails

SourceVmsCase

public FetchInventoryResponse.SourceVmsOneofCase SourceVmsCase { get; }
Property Value
TypeDescription
FetchInventoryResponseSourceVmsOneofCase

UpdateTime

public Timestamp UpdateTime { get; set; }

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

Property Value
TypeDescription
Timestamp

VmwareVms

public VmwareVmsDetails VmwareVms { get; set; }

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

Property Value
TypeDescription
VmwareVmsDetails