Show / Hide Table of Contents

Class ComputeEngineDisksTargetDetails

ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.

Inheritance
object
ComputeEngineDisksTargetDetails
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 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>

DisksTargetDetails

Details of the disks-only migration target.

Declaration
[JsonProperty("disksTargetDetails")]
public virtual DisksMigrationDisksTargetDetails DisksTargetDetails { get; set; }
Property Value
Type Description
DisksMigrationDisksTargetDetails

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

VmTargetDetails

Details for the VM the migrated data disks are attached to.

Declaration
[JsonProperty("vmTargetDetails")]
public virtual DisksMigrationVmTargetDetails VmTargetDetails { get; set; }
Property Value
Type Description
DisksMigrationVmTargetDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX