All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.RegionAddressesMoveRequest.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250320-2.0.0
Show newest version






RegionAddressesMoveRequest (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute.model

Class RegionAddressesMoveRequest

    • Constructor Detail

      • RegionAddressesMoveRequest

        public RegionAddressesMoveRequest()
    • Method Detail

      • getDescription

        public String getDescription()
        An optional destination address description if intended to be different from the source.
        Returns:
        value or null for none
      • setDescription

        public RegionAddressesMoveRequest setDescription(String description)
        An optional destination address description if intended to be different from the source.
        Parameters:
        description - description or null for none
      • getDestinationAddress

        public String getDestinationAddress()
        The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.
        Returns:
        value or null for none
      • setDestinationAddress

        public RegionAddressesMoveRequest setDestinationAddress(String destinationAddress)
        The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.
        Parameters:
        destinationAddress - destinationAddress or null for none

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy