public sealed class FetchInventoryResponse : IMessage<FetchInventoryResponse>, IEquatable<FetchInventoryResponse>, IDeepCloneable<FetchInventoryResponse>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class FetchInventoryResponse.
Response message for [fetchInventory][google.cloud.vmmigration.v1.VmMigration.FetchInventory].
Implements
IMessageFetchInventoryResponse, IEquatableFetchInventoryResponse, IDeepCloneableFetchInventoryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
FetchInventoryResponse()
public FetchInventoryResponse()FetchInventoryResponse(FetchInventoryResponse)
public FetchInventoryResponse(FetchInventoryResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchInventoryResponse |
Properties
AwsVms
public AwsVmsDetails AwsVms { get; set; }The description of the VMs in a Source of type AWS.
| Property Value | |
|---|---|
| Type | Description |
AwsVmsDetails |
|
AzureVms
public AzureVmsDetails AzureVms { get; set; }The description of the VMs in a Source of type Azure.
| Property Value | |
|---|---|
| Type | Description |
AzureVmsDetails |
|
SourceVmsCase
public FetchInventoryResponse.SourceVmsOneofCase SourceVmsCase { get; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
|
VmwareVms
public VmwareVmsDetails VmwareVms { get; set; }The description of the VMs in a Source of type Vmware.
| Property Value | |
|---|---|
| Type | Description |
VmwareVmsDetails |
|