public sealed class NvidiaAttestation.Types.ProtectedPcieAttestation : IMessage<NvidiaAttestation.Types.ProtectedPcieAttestation>, IEquatable<NvidiaAttestation.Types.ProtectedPcieAttestation>, IDeepCloneable<NvidiaAttestation.Types.ProtectedPcieAttestation>, IBufferMessage, IMessageReference documentation and code samples for the Confidential Computing v1 API class NvidiaAttestation.Types.ProtectedPcieAttestation.
Protected PCIe (PPCIE) attestation. Eight Hopper GPUs with Four NVSwitch Passthrough.
Implements
IMessageNvidiaAttestationTypesProtectedPcieAttestation, IEquatableNvidiaAttestationTypesProtectedPcieAttestation, IDeepCloneableNvidiaAttestationTypesProtectedPcieAttestation, IBufferMessage, IMessageNamespace
Google.Cloud.ConfidentialComputing.V1Assembly
Google.Cloud.ConfidentialComputing.V1.dll
Constructors
ProtectedPcieAttestation()
public ProtectedPcieAttestation()ProtectedPcieAttestation(ProtectedPcieAttestation)
public ProtectedPcieAttestation(NvidiaAttestation.Types.ProtectedPcieAttestation other)| Parameter | |
|---|---|
| Name | Description |
other |
NvidiaAttestationTypesProtectedPcieAttestation |
Properties
GpuQuotes
public RepeatedField<NvidiaAttestation.Types.GpuInfo> GpuQuotes { get; }Optional. A list of GPU infos.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNvidiaAttestationTypesGpuInfo |
|
SwitchQuotes
public RepeatedField<NvidiaAttestation.Types.SwitchInfo> SwitchQuotes { get; }Optional. A list of SWITCH infos.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNvidiaAttestationTypesSwitchInfo |
|