Class ComputeEngineDisksTargetDetails
ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ComputeEngineDisksTargetDetails : IDirectResponseSchema
Properties
Disks
The details of each created Persistent Disk.
Declaration
[JsonProperty("disks")]
public virtual IList<PersistentDisk> Disks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PersistentDisk> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |