public sealed class DiskMoveRequest : IMessage<DiskMoveRequest>, IEquatable<DiskMoveRequest>, IDeepCloneable<DiskMoveRequest>, IBufferMessage, IMessageImplements
IMessageDiskMoveRequest, IEquatableDiskMoveRequest, IDeepCloneableDiskMoveRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
DiskMoveRequest()
public DiskMoveRequest()DiskMoveRequest(DiskMoveRequest)
public DiskMoveRequest(DiskMoveRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        DiskMoveRequest | 
      
Properties
DestinationZone
public string DestinationZone { get; set; }The URL of the destination zone to move the disk. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
HasDestinationZone
public bool HasDestinationZone { get; }Gets whether the "destination_zone" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
HasTargetDisk
public bool HasTargetDisk { get; }Gets whether the "target_disk" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
TargetDisk
public string TargetDisk { get; set; }The URL of the target disk to move. This can be a full or partial URL. For example, the following are all valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |