Home
last modified time | relevance | path

Searched refs:TransferProtocolType (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlicense_service.hpp10 enum class TransferProtocolType{ enum
23 NLOHMANN_JSON_SERIALIZE_ENUM(TransferProtocolType, {
24 {TransferProtocolType::Invalid, "Invalid"},
25 {TransferProtocolType::CIFS, "CIFS"},
26 {TransferProtocolType::FTP, "FTP"},
27 {TransferProtocolType::SFTP, "SFTP"},
28 {TransferProtocolType::HTTP, "HTTP"},
29 {TransferProtocolType::HTTPS, "HTTPS"},
30 {TransferProtocolType::SCP, "SCP"},
31 {TransferProtocolType::TFTP, "TFTP"},
[all …]
H A Dupdate_service.hpp10 enum class TransferProtocolType{ enum
44 NLOHMANN_JSON_SERIALIZE_ENUM(TransferProtocolType, {
45 {TransferProtocolType::Invalid, "Invalid"},
46 {TransferProtocolType::CIFS, "CIFS"},
47 {TransferProtocolType::FTP, "FTP"},
48 {TransferProtocolType::SFTP, "SFTP"},
49 {TransferProtocolType::HTTP, "HTTP"},
50 {TransferProtocolType::HTTPS, "HTTPS"},
51 {TransferProtocolType::NSF, "NSF"},
52 {TransferProtocolType::SCP, "SCP"},
[all …]
H A Dvirtual_media.hpp26 enum class TransferProtocolType{ enum
70 NLOHMANN_JSON_SERIALIZE_ENUM(TransferProtocolType, {
71 {TransferProtocolType::Invalid, "Invalid"},
72 {TransferProtocolType::CIFS, "CIFS"},
73 {TransferProtocolType::FTP, "FTP"},
74 {TransferProtocolType::SFTP, "SFTP"},
75 {TransferProtocolType::HTTP, "HTTP"},
76 {TransferProtocolType::HTTPS, "HTTPS"},
77 {TransferProtocolType::NFS, "NFS"},
78 {TransferProtocolType::SCP, "SCP"},
[all …]
H A Dlog_service.hpp85 enum class TransferProtocolType{ enum
181 NLOHMANN_JSON_SERIALIZE_ENUM(TransferProtocolType, {
182 {TransferProtocolType::Invalid, "Invalid"},
183 {TransferProtocolType::CIFS, "CIFS"},
184 {TransferProtocolType::FTP, "FTP"},
185 {TransferProtocolType::SFTP, "SFTP"},
186 {TransferProtocolType::HTTP, "HTTP"},
187 {TransferProtocolType::HTTPS, "HTTPS"},
188 {TransferProtocolType::NFS, "NFS"},
189 {TransferProtocolType::SCP, "SCP"},
[all …]
/openbmc/webui-vue/src/store/modules/Operations/
H A DVirtualMediaStore.js64 transferProtocolType: device.data?.TransferProtocolType,
/openbmc/docs/designs/
H A Dvirtual-media.md301 | TransferProtocolType | "OEM" | as described by DMTF spec | …
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp1123 allowed.emplace_back(update_service::TransferProtocolType::HTTPS); in handleUpdateServiceGet()