Class: Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation

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

Overview

A TDX Attestation quote.

Instance Attribute Summary collapse

Instance Attribute Details

#canonical_event_log::String

Returns Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL.

Returns:

  • (::String)

    Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL.



110
111
112
113
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110

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

#ccel_acpi_table::String

Returns Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5.

Returns:

  • (::String)

    Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5.



110
111
112
113
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110

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

#ccel_data::String

Returns Optional. The CCEL event log. Formatted as described in the UEFI 2.10.

Returns:

  • (::String)

    Optional. The CCEL event log. Formatted as described in the UEFI 2.10.



110
111
112
113
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110

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

#td_quote::String

Returns Optional. The TDX attestation quote from the guest. It contains the RTMR values.

Returns:

  • (::String)

    Optional. The TDX attestation quote from the guest. It contains the RTMR values.



110
111
112
113
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110

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