models_v2.script_host_type_1_enum module

class models_v2.script_host_type_1_enum.ScriptHostType1Enum[source]

Bases: object

Implementation of the ‘ScriptHostType1’ enum.

Specifies the host type of the pre/post script.

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'