Class: Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::ProtectedPcieAttestation
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::ProtectedPcieAttestation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
Protected PCIe (PPCIE) attestation. Eight Hopper GPUs with Four NVSwitch Passthrough.
Instance Attribute Summary collapse
-
#gpu_quotes ⇒ ::Array<::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo>
Optional.
-
#switch_quotes ⇒ ::Array<::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::SwitchInfo>
Optional.
Instance Attribute Details
#gpu_quotes ⇒ ::Array<::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::GpuInfo>
Returns Optional. A list of GPU infos.
192 193 194 195 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 192 class ProtectedPcieAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#switch_quotes ⇒ ::Array<::Google::Cloud::ConfidentialComputing::V1::NvidiaAttestation::SwitchInfo>
Returns Optional. A list of SWITCH infos.
192 193 194 195 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 192 class ProtectedPcieAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |