Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class MultiGpuSecurePassthroughAttestation.
MultiGpuSecurePassthroughAttestation contains the attestation evidence for a Multi-GPU Secure Passthrough (MPT) attestation.
Generated from protobuf message google.cloud.confidentialcomputing.v1.NvidiaAttestation.MultiGpuSecurePassthroughAttestation
Namespace
Google \ Cloud \ ConfidentialComputing \ V1 \ NvidiaAttestationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gpu_quotes |
array<GpuInfo>
Optional. A list of GPU quotes. |
getGpuQuotes
Optional. A list of GPU quotes.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setGpuQuotes
Optional. A list of GPU quotes.
| Parameter | |
|---|---|
| Name | Description |
var |
array<GpuInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|