go-redfish/client/model_connected_via.go
2019-09-09 14:54:37 +03:00

19 lines
396 B
Go

/*
* Redfish OAPI specification
*
* Partial Redfish OAPI specification for a limited client
*
* API version: 0.0.1
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package client
type ConnectedVia string
// List of ConnectedVia
const (
NOT_CONNECTED ConnectedVia = "NotConnected"
URI ConnectedVia = "URI"
APPLET ConnectedVia = "Applet"
OEM ConnectedVia = "Oem"
)