public static interface NvidiaAttestation.SwitchInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttestationCertificateChain()
public abstract ByteString getAttestationCertificateChain()Optional. The raw attestation certificate chain for the NVSwitch device.
bytes attestation_certificate_chain = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The attestationCertificateChain. |
getAttestationReport()
public abstract ByteString 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
bytes attestation_report = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The attestationReport. |
getUuid()
public abstract String getUuid()Optional. The UUID of the NVSwitch device.
string uuid = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The uuid. |
getUuidBytes()
public abstract ByteString getUuidBytes()Optional. The UUID of the NVSwitch device.
string uuid = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uuid. |