Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.GlobalAddresses.Move |
Compute.GlobalAddresses.move(String project,
String address,
GlobalAddressesMoveRequest content)
Moves the specified address resource from one project to another project.
|
Constructor and Description |
---|
Move(String project,
String address,
GlobalAddressesMoveRequest content)
Moves the specified address resource from one project to another project.
|
Modifier and Type | Method and Description |
---|---|
GlobalAddressesMoveRequest |
GlobalAddressesMoveRequest.clone() |
GlobalAddressesMoveRequest |
GlobalAddressesMoveRequest.set(String fieldName,
Object value) |
GlobalAddressesMoveRequest |
GlobalAddressesMoveRequest.setDescription(String description)
An optional destination address description if intended to be different from the source.
|
GlobalAddressesMoveRequest |
GlobalAddressesMoveRequest.setDestinationAddress(String destinationAddress)
The URL of the destination address to move to.
|
Copyright © 2011–2025 Google. All rights reserved.