Class AwsVmsDetails
AWSVmsDetails describes VMs in AWS.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class AwsVmsDetails : IDirectResponseSchema
Properties
Details
The details of the AWS VMs.
Declaration
[JsonProperty("details")]
public virtual IList<AwsVmDetails> Details { get; set; }
Property Value
Type | Description |
---|---|
IList<AwsVmDetails> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |