public static class DiskMoveRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
DiskMoveRequest |
build() |
DiskMoveRequest.Builder |
clone() |
String |
getDestinationZone()
The URL of the destination zone to move the disk.
|
String |
getTargetDisk()
The URL of the target disk to move.
|
DiskMoveRequest.Builder |
mergeFrom(DiskMoveRequest other) |
DiskMoveRequest.Builder |
setDestinationZone(String destinationZone)
The URL of the destination zone to move the disk.
|
DiskMoveRequest.Builder |
setTargetDisk(String targetDisk)
The URL of the target disk to move.
|
public DiskMoveRequest.Builder mergeFrom(DiskMoveRequest other)
public String getDestinationZone()
public DiskMoveRequest.Builder setDestinationZone(String destinationZone)
public String getTargetDisk()
public DiskMoveRequest.Builder setTargetDisk(String targetDisk)
public DiskMoveRequest build()
public DiskMoveRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.