Class: Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::MultiGpuSecurePassthroughAttestation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gpu_quotes::Array<::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo>

Returns Optional. A list of GPU quotes.

Returns:



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