models.physical_server_host_type_enum module¶
- 
class 
models.physical_server_host_type_enum.PhysicalServerHostTypeEnum[source]¶ Bases:
objectImplementation of the ‘physicalServerHostType’ enum.
TODO: type enum description here.
- 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'¶