Interface InstancesStartWithEncryptionKeyRequestOrBuilder

    • Method Detail

      • getDisksList

        List<CustomerEncryptionKeyProtectedDisk> getDisksList()
         Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
         
        repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
      • getDisks

        CustomerEncryptionKeyProtectedDisk getDisks​(int index)
         Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
         
        repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
      • getDisksCount

        int getDisksCount()
         Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
         
        repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
      • getDisksOrBuilderList

        List<? extends CustomerEncryptionKeyProtectedDiskOrBuilder> getDisksOrBuilderList()
         Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
         
        repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
      • getDisksOrBuilder

        CustomerEncryptionKeyProtectedDiskOrBuilder getDisksOrBuilder​(int index)
         Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
         
        repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;