Class: Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::SwitchInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::SwitchInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
SwitchInfo contains the attestation evidence for a NVSwitch device.
Instance Attribute Summary collapse
-
#attestation_certificate_chain ⇒ ::String
Optional.
-
#attestation_report ⇒ ::String
Optional.
-
#uuid ⇒ ::String
Optional.
Instance Attribute Details
#attestation_certificate_chain ⇒ ::String
Returns Optional. The raw attestation certificate chain for the NVSwitch device.
170 171 172 173 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 170 class SwitchInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attestation_report ⇒ ::String
Returns Optional. The raw attestation report for the NvSwitch device. This field contains SPDM request/response defined in https://www.dmtf.org/sites/default/files/standards/documents/DSP0274_1.1.0.pdf.
170 171 172 173 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 170 class SwitchInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uuid ⇒ ::String
Returns Optional. The UUID of the NVSwitch device.
170 171 172 173 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 170 class SwitchInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |