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

target.apidocs.com.google.api.services.compute.Compute.RegionDisks.Delete.html Maven / Gradle / Ivy







Compute.RegionDisks.Delete (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute

Class Compute.RegionDisks.Delete

    • Constructor Detail

      • Delete

        protected Delete(String project,
                         String region,
                         String disk)
        Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots. Create a request for the method "regionDisks.delete". This request holds the parameters needed by the the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        Compute.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        Parameters:
        project - Project ID for this request.
        region - Name of the region for this request.
        disk - Name of the regional persistent disk to delete.
        Since:
        1.13

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy