TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_REDFISH_DISCOVERED_INFORMATION Struct Reference

Data Fields

EFI_HANDLE RedfishRestExHandle
 REST EX EFI handle associated with this Redfish service.
 
BOOLEAN IsUdp6
 Indicates it's IP versino 6.
 
EFI_IP_ADDRESS RedfishHostIpAddress
 IP address of Redfish service.
 
UINTN RedfishVersion
 Redfish service version.
 
CHAR16 * Location
 Redfish service location.
 
CHAR16 * Uuid
 Redfish service UUID.
 
CHAR16 * Os
 Redfish service OS.
 
CHAR16 * OsVersion
 Redfish service OS version.
 
CHAR16 * Product
 Redfish service product name.
 
CHAR16 * ProductVer
 Redfish service product version.
 
BOOLEAN UseHttps
 Using HTTPS.
 

Detailed Description

Definition at line 44 of file RedfishDiscover.h.

Field Documentation

◆ IsUdp6

BOOLEAN EFI_REDFISH_DISCOVERED_INFORMATION::IsUdp6

Indicates it's IP versino 6.

Definition at line 46 of file RedfishDiscover.h.

◆ Location

CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Location

Redfish service location.

Definition at line 49 of file RedfishDiscover.h.

◆ Os

CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Os

Redfish service OS.

Definition at line 51 of file RedfishDiscover.h.

◆ OsVersion

CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::OsVersion

Redfish service OS version.

Definition at line 52 of file RedfishDiscover.h.

◆ Product

CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Product

Redfish service product name.

Definition at line 53 of file RedfishDiscover.h.

◆ ProductVer

CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::ProductVer

Redfish service product version.

Definition at line 54 of file RedfishDiscover.h.

◆ RedfishHostIpAddress

EFI_IP_ADDRESS EFI_REDFISH_DISCOVERED_INFORMATION::RedfishHostIpAddress

IP address of Redfish service.

Definition at line 47 of file RedfishDiscover.h.

◆ RedfishRestExHandle

EFI_HANDLE EFI_REDFISH_DISCOVERED_INFORMATION::RedfishRestExHandle

REST EX EFI handle associated with this Redfish service.

Definition at line 45 of file RedfishDiscover.h.

◆ RedfishVersion

UINTN EFI_REDFISH_DISCOVERED_INFORMATION::RedfishVersion

Redfish service version.

Definition at line 48 of file RedfishDiscover.h.

◆ UseHttps

BOOLEAN EFI_REDFISH_DISCOVERED_INFORMATION::UseHttps

Using HTTPS.

Definition at line 55 of file RedfishDiscover.h.

◆ Uuid

CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Uuid

Redfish service UUID.

Definition at line 50 of file RedfishDiscover.h.


The documentation for this struct was generated from the following file: