We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4eb8ab commit a5694ebCopy full SHA for a5694eb
api/baremetal/v1/baremetal_sdk.go
@@ -704,10 +704,12 @@ type OS struct {
704
ServiceUser *OSOSField `json:"service_user"`
705
// ServicePassword: object defining the password requirements to install the service.
706
ServicePassword *OSOSField `json:"service_password"`
707
- // Enabled: state of OS.
+ // Enabled: defines if the operating system is enabled or not.
708
Enabled bool `json:"enabled"`
709
// LicenseRequired: license required (check server options for pricing details).
710
LicenseRequired bool `json:"license_required"`
711
+ // Allowed: defines if a specific Organization is allowed to install this OS type.
712
+ Allowed bool `json:"allowed"`
713
}
714
715
type OSOSField struct {
0 commit comments