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

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







SourceDiskEncryptionKey (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class SourceDiskEncryptionKey

    • Constructor Detail

      • SourceDiskEncryptionKey

        public SourceDiskEncryptionKey()
    • Method Detail

      • getDiskEncryptionKey

        public CustomerEncryptionKey getDiskEncryptionKey()
        The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
        Returns:
        value or null for none
      • setDiskEncryptionKey

        public SourceDiskEncryptionKey setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
        The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
        Parameters:
        diskEncryptionKey - diskEncryptionKey or null for none
      • getSourceDisk

        public String getSourceDisk()
        URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values: - 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
      • setSourceDisk

        public SourceDiskEncryptionKey setSourceDisk(String sourceDisk)
        URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
        Parameters:
        sourceDisk - sourceDisk or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy