TianoCore EDK2 master
|
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. | |
Definition at line 44 of file RedfishDiscover.h.
BOOLEAN EFI_REDFISH_DISCOVERED_INFORMATION::IsUdp6 |
Indicates it's IP versino 6.
Definition at line 46 of file RedfishDiscover.h.
CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Location |
Redfish service location.
Definition at line 49 of file RedfishDiscover.h.
CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Os |
Redfish service OS.
Definition at line 51 of file RedfishDiscover.h.
CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::OsVersion |
Redfish service OS version.
Definition at line 52 of file RedfishDiscover.h.
CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Product |
Redfish service product name.
Definition at line 53 of file RedfishDiscover.h.
CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::ProductVer |
Redfish service product version.
Definition at line 54 of file RedfishDiscover.h.
EFI_IP_ADDRESS EFI_REDFISH_DISCOVERED_INFORMATION::RedfishHostIpAddress |
IP address of Redfish service.
Definition at line 47 of file RedfishDiscover.h.
EFI_HANDLE EFI_REDFISH_DISCOVERED_INFORMATION::RedfishRestExHandle |
REST EX EFI handle associated with this Redfish service.
Definition at line 45 of file RedfishDiscover.h.
UINTN EFI_REDFISH_DISCOVERED_INFORMATION::RedfishVersion |
Redfish service version.
Definition at line 48 of file RedfishDiscover.h.
BOOLEAN EFI_REDFISH_DISCOVERED_INFORMATION::UseHttps |
Using HTTPS.
Definition at line 55 of file RedfishDiscover.h.
CHAR16* EFI_REDFISH_DISCOVERED_INFORMATION::Uuid |
Redfish service UUID.
Definition at line 50 of file RedfishDiscover.h.