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