class Google::Apis::ComputeBeta::InstancesStartWithEncryptionKeyRequest

Attributes

disks[RW]

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. Corresponds to the JSON property `disks` @return [Array<Google::Apis::ComputeBeta::CustomerEncryptionKeyProtectedDisk>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 16069
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 16074
def update!(**args)
  @disks = args[:disks] if args.key?(:disks)
end