class Google::Apis::ComputeBeta::ShieldedVmIdentity

A Shielded VM Identity.

Attributes

encryption_key[RW]

A Shielded Instance Identity Entry. Corresponds to the JSON property `encryptionKey` @return [Google::Apis::ComputeBeta::ShieldedVmIdentityEntry]

kind[RW]
Output Only

Type of the resource. Always compute#shieldedVmIdentity for

shielded VM identity entry. Corresponds to the JSON property `kind` @return [String]

signing_key[RW]

A Shielded Instance Identity Entry. Corresponds to the JSON property `signingKey` @return [Google::Apis::ComputeBeta::ShieldedVmIdentityEntry]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 32527
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 32532
def update!(**args)
  @encryption_key = args[:encryption_key] if args.key?(:encryption_key)
  @kind = args[:kind] if args.key?(:kind)
  @signing_key = args[:signing_key] if args.key?(:signing_key)
end