Class: Google::Cloud::Compute::V1::ShieldedInstanceIdentity
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ShieldedInstanceIdentity
- 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
-
#encryption_key ⇒ ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#signing_key ⇒ ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
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.
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.
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.
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 |