sapValidationType property

String? sapValidationType
getter/setter pair

The SAP system that the validation data is from.

Optional. Possible string values are:

  • "SAP_VALIDATION_TYPE_UNSPECIFIED" : Unspecified type.
  • "SYSTEM" : The SYSTEM validation type collects underlying system data from the VM.
  • "COROSYNC" : The COROSYNC validation type collects Corosync configuration and runtime data. Corosync enables servers to interact as a HA cluster.
  • "PACEMAKER" : The PACEMAKER validation type collects Pacemaker configuration data. Pacemaker is a high-availability cluster resource manager.
  • "HANA" : The HANA validation type collects HANA configuration data. SAP HANA is an in-memory, column-oriented, relational database management system.
  • "NETWEAVER" : The NETWEAVER validation type collects NetWeaver configuration data. SAP NetWeaver is a software stack for many of SAP SE's applications.
  • "HANA_SECURITY" : The HANA_SECURITY validation type collects HANA configuration data as it relates to SAP security best practices.
  • "CUSTOM" : The CUSTOM validation type collects any customer-defined data that does not fall into any of the other categories of validations.

Implementation

core.String? sapValidationType;