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

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







InstanceMoveRequest (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class InstanceMoveRequest

    • Constructor Detail

      • InstanceMoveRequest

        public InstanceMoveRequest()
    • Method Detail

      • getDestinationZone

        public String getDestinationZone()
        The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
        Returns:
        value or null for none
      • setDestinationZone

        public InstanceMoveRequest setDestinationZone(String destinationZone)
        The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
        Parameters:
        destinationZone - destinationZone or null for none
      • getTargetInstance

        public String getTargetInstance()
        The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
        Returns:
        value or null for none
      • setTargetInstance

        public InstanceMoveRequest setTargetInstance(String targetInstance)
        The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
        Parameters:
        targetInstance - targetInstance or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy