Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class SwitchInfo.
SwitchInfo contains the attestation evidence for a NVSwitch device.
Generated from protobuf message google.cloud.confidentialcomputing.v1.NvidiaAttestation.SwitchInfo
Namespace
Google \ Cloud \ ConfidentialComputing \ V1 \ NvidiaAttestationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uuid |
string
Optional. The UUID of the NVSwitch device. |
↳ attestation_certificate_chain |
string
Optional. The raw attestation certificate chain for the NVSwitch device. |
↳ attestation_report |
string
Optional. The raw attestation report for the NvSwitch device. This field contains SPDM request/response defined in https://www.dmtf.org/sites/default/files/standards/documents/DSP0274_1.1.0.pdf |
getUuid
Optional. The UUID of the NVSwitch device.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUuid
Optional. The UUID of the NVSwitch device.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAttestationCertificateChain
Optional. The raw attestation certificate chain for the NVSwitch device.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAttestationCertificateChain
Optional. The raw attestation certificate chain for the NVSwitch device.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAttestationReport
Optional. The raw attestation report for the NvSwitch device.
This field contains SPDM request/response defined in https://www.dmtf.org/sites/default/files/standards/documents/DSP0274_1.1.0.pdf
| Returns | |
|---|---|
| Type | Description |
string |
|
setAttestationReport
Optional. The raw attestation report for the NvSwitch device.
This field contains SPDM request/response defined in https://www.dmtf.org/sites/default/files/standards/documents/DSP0274_1.1.0.pdf
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|