go-redfish/client/model_boot_source_override_enabled.go
2019-09-19 04:13:01 +03:00

17 lines
439 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 BootSourceOverrideEnabled string
// List of BootSourceOverrideEnabled
const (
BOOTSOURCEOVERRIDEENABLED_ONCE BootSourceOverrideEnabled = "Once"
BOOTSOURCEOVERRIDEENABLED_CONTINUOUS BootSourceOverrideEnabled = "Continuous"
)