Show / Hide Table of Contents

Class ComputeEngineDisksTargetDefaults

ComputeEngineDisksTargetDefaults is a collection of details for creating Persistent Disks in a target Compute Engine project.

Inheritance
object
ComputeEngineDisksTargetDefaults
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX