Show / Hide Table of Contents

Class FetchInventoryResponse

Response message for fetchInventory.

Inheritance
object
FetchInventoryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class FetchInventoryResponse : IDirectResponseSchema

Properties

AwsVms

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

Declaration
[JsonProperty("awsVms")]
public virtual AwsVmsDetails AwsVms { get; set; }
Property Value
Type Description
AwsVmsDetails

AzureVms

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

Declaration
[JsonProperty("azureVms")]
public virtual AzureVmsDetails AzureVms { get; set; }
Property Value
Type Description
AzureVmsDetails

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

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

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

VmwareVms

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

Declaration
[JsonProperty("vmwareVms")]
public virtual VmwareVmsDetails VmwareVms { get; set; }
Property Value
Type Description
VmwareVmsDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX