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

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







DiskMoveRequest (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class DiskMoveRequest

    • Constructor Detail

      • DiskMoveRequest

        public DiskMoveRequest()
    • Method Detail

      • getDestinationZone

        public String getDestinationZone()
        The URL of the destination zone to move the disk. 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 DiskMoveRequest setDestinationZone(String destinationZone)
        The URL of the destination zone to move the disk. 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
      • getTargetDisk

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

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

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy