Class: Google::Cloud::Compute::V1::ShieldedInstanceIdentity

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

A Shielded Instance Identity.

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry

Returns An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

Returns:



31151
31152
31153
31154
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31151

class ShieldedInstanceIdentity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kind::String

Returns [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.



31151
31152
31153
31154
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31151

class ShieldedInstanceIdentity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#signing_key::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry

Returns An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

Returns:



31151
31152
31153
31154
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31151

class ShieldedInstanceIdentity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end