models.host_type_register_protection_source_parameters_enum module

class models.host_type_register_protection_source_parameters_enum.HostTypeRegisterProtectionSourceParametersEnum[source]

Bases: object

Implementation of the ‘HostType_RegisterProtectionSourceParameters’ enum.

Specifies the optional OS type of the Protection Source (such as kWindows or kLinux). overrideDescription: true ‘kLinux’ indicates the Linux operating system. ‘kWindows’ indicates the Microsoft Windows operating system. ‘kAix’ indicates the IBM AIX operating system. ‘kSolaris’ indicates the Oracle Solaris operating system. ‘kSapHana’ indicates the Sap Hana database system developed by SAP SE. ‘kOther’ indicates the other types of operating system.

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'