Class ComputeEngineDisksTargetDefaults
ComputeEngineDisksTargetDefaults is a collection of details for creating Persistent Disks in a target Compute Engine project.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class ComputeEngineDisksTargetDefaults : IDirectResponseSchema
Properties
Disks
The details of each Persistent Disk to create.
Declaration
[JsonProperty("disks")]
public virtual IList<PersistentDiskDefaults> Disks { get; set; }
Property Value
Type | Description |
---|---|
IList<PersistentDiskDefaults> |
DisksTargetDefaults
Details of the disk only migration target.
Declaration
[JsonProperty("disksTargetDefaults")]
public virtual DisksMigrationDisksTargetDefaults DisksTargetDefaults { get; set; }
Property Value
Type | Description |
---|---|
DisksMigrationDisksTargetDefaults |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetProject
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create the Persistent Disks.
Declaration
[JsonProperty("targetProject")]
public virtual string TargetProject { get; set; }
Property Value
Type | Description |
---|---|
string |
VmTargetDefaults
Details of the VM migration target.
Declaration
[JsonProperty("vmTargetDefaults")]
public virtual DisksMigrationVmTargetDefaults VmTargetDefaults { get; set; }
Property Value
Type | Description |
---|---|
DisksMigrationVmTargetDefaults |
Zone
The zone in which to create the Persistent Disks.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |