Class DisksMigrationVmTargetDetails
Details for the VM created VM as part of disks migration.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class DisksMigrationVmTargetDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VmUri
Output only. The URI of the Compute Engine VM.
Declaration
[JsonProperty("vmUri")]
public virtual string VmUri { get; set; }
Property Value
Type | Description |
---|---|
string |