class Google::Apis::ComputeV1::ShieldedInstanceIdentity

A Shielded Instance Identity.

Attributes

encryption_key[RW]

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

kind[RW]
Output Only

Type of the resource. Always compute#shieldedInstanceIdentity

for shielded Instance 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::ComputeV1::ShieldedInstanceIdentityEntry]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 30143
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_v1/classes.rb, line 30148
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