Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Projects.MoveInstance |
Compute.Projects.moveInstance(java.lang.String project,
InstanceMoveRequest content)
Moves an instance and its attached persistent disks from one zone to another.
|
Constructor and Description |
---|
Compute.Projects.MoveInstance(java.lang.String project,
InstanceMoveRequest content)
Moves an instance and its attached persistent disks from one zone to another.
|
Modifier and Type | Method and Description |
---|---|
InstanceMoveRequest |
InstanceMoveRequest.clone() |
InstanceMoveRequest |
InstanceMoveRequest.set(java.lang.String fieldName,
java.lang.Object value) |
InstanceMoveRequest |
InstanceMoveRequest.setDestinationZone(java.lang.String destinationZone)
The URL of the destination zone to move the instance to.
|
InstanceMoveRequest |
InstanceMoveRequest.setTargetInstance(java.lang.String targetInstance)
The URL of the target instance to move.
|