Class FetchInventoryResponse
Response message for fetchInventory.
Implements
Inherited Members
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 |