models_v2.os_type_enum module¶
-
class
models_v2.os_type_enum.
OsTypeEnum
[source]¶ Bases:
object
Implementation of the ‘OsType’ enum.
Specifies the operating system type of the object.
- Attributes:
KLINUX: TODO: type description here. KWINDOWS: TODO: type description here. KAIX: TODO: type description here. KSOLARIS: TODO: type description here. KSAPHANA: TODO: type description here. KOTHER: TODO: type description here.
-
KAIX
= 'kAix'¶
-
KLINUX
= 'kLinux'¶
-
KOTHER
= 'kOther'¶
-
KSAPHANA
= 'kSapHana'¶
-
KSOLARIS
= 'kSolaris'¶
-
KWINDOWS
= 'kWindows'¶