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
-
#ecc_p256_encryption_key ⇒ ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
An Endorsement Key (EK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.
-
#ecc_p256_signing_key ⇒ ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
An Attestation Key (AK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.
-
#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.
-
#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
#ecc_p256_encryption_key ⇒ ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
Returns An Endorsement Key (EK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.
72983 72984 72985 72986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 72983 class ShieldedInstanceIdentity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ecc_p256_signing_key ⇒ ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
Returns An Attestation Key (AK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.
72983 72984 72985 72986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 72983 class ShieldedInstanceIdentity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
72983 72984 72985 72986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 72983 class ShieldedInstanceIdentity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns Output only. [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance identity entry.
72983 72984 72985 72986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 72983 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.
72983 72984 72985 72986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 72983 class ShieldedInstanceIdentity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |