models.type_deploy_cert_parameters_enum module¶
-
class
models.type_deploy_cert_parameters_enum.
TypeDeployCertParametersEnum
[source]¶ Bases:
object
Implementation of the ‘Type_DeployCertParameters’ enum.
Specifies the type of the host such as ‘kSapHana’, ‘kSapOracle’, etc. Specifies the host type of host for generating and deploying a Certificate. ‘kOther’ indicates it is any of the other hosts. ‘kSapOracle’ indicates it is a SAP Oracle host. ‘kSapHana’ indicates it is a SAP HANA host.
- Attributes:
KOTHER: TODO: type description here. KSAPORACLE: TODO: type description here. KSAPHANA: TODO: type description here.
-
KOTHER
= 'kOther'¶
-
KSAPHANA
= 'kSapHana'¶
-
KSAPORACLE
= 'kSapOracle'¶