Class: Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::MultiGpuSecurePassthroughAttestation
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::MultiGpuSecurePassthroughAttestation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
MultiGpuSecurePassthroughAttestation contains the attestation evidence for a Multi-GPU Secure Passthrough (MPT) attestation.
Instance Attribute Summary collapse
-
#gpu_quotes ⇒ ::Array<::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo>
Optional.
Instance Attribute Details
#gpu_quotes ⇒ ::Array<::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo>
Returns Optional. A list of GPU quotes.
202 203 204 205 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 202 class MultiGpuSecurePassthroughAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |