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].
Implements
IMessage<FetchInventoryResponse>, IEquatable<FetchInventoryResponse>, IDeepCloneable<FetchInventoryResponse>, 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 |
SourceVmsCase
public FetchInventoryResponse.SourceVmsOneofCase SourceVmsCase { get; }
Property Value | |
---|---|
Type | Description |
FetchInventoryResponse.SourceVmsOneofCase |
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 |