Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 764 Bytes

BootDeviceBase.md

File metadata and controls

12 lines (8 loc) · 764 Bytes

BootDeviceBase

Lists properties that are common to all device types. It serves as base class for other device types.

Properties

Name Type Description Notes
enabled bool Specifies if the boot device is enabled or disabled. [optional]
name str A name that helps identify a boot device. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters. [optional]

[Back to Model list] [Back to API list] [Back to README]