29
29
public class ControllerProperties extends AviRestResource {
30
30
@ JsonProperty ("alert_manager_use_evms" )
31
31
@ JsonInclude (Include .NON_NULL )
32
- private Boolean alertManagerUseEvms = false ;
32
+ private Boolean alertManagerUseEvms = true ;
33
33
34
34
@ JsonProperty ("allow_admin_network_updates" )
35
35
@ JsonInclude (Include .NON_NULL )
@@ -489,7 +489,7 @@ public class ControllerProperties extends AviRestResource {
489
489
* Enable to use event manager as source of eventsdisable to use log manager as source of events.
490
490
* Field introduced in 30.2.1.
491
491
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
492
- * Default value when not specified in API or module is interpreted by Avi Controller as false .
492
+ * Default value when not specified in API or module is interpreted by Avi Controller as true .
493
493
* @return alertManagerUseEvms
494
494
*/
495
495
@ VsoMethod
@@ -502,7 +502,7 @@ public Boolean getAlertManagerUseEvms() {
502
502
* Enable to use event manager as source of eventsdisable to use log manager as source of events.
503
503
* Field introduced in 30.2.1.
504
504
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
505
- * Default value when not specified in API or module is interpreted by Avi Controller as false .
505
+ * Default value when not specified in API or module is interpreted by Avi Controller as true .
506
506
* @param alertManagerUseEvms set the alertManagerUseEvms.
507
507
*/
508
508
@ VsoMethod
0 commit comments