modify_aggregate_service
Modifies an aggregate service instance.
Format
emcli modify_aggregate_service
      -name="name"
      -type="type"
      [-add_sub_services="name1:type1;name2:type2;..."]
      [-del_sub_services="name1:type1;name2:type2;..."]
      [-avail_eval_func="function_to_evaluate_availability."]
      [-timezone_region="timezone_region"]
[ ]  indicates that the parameter is optionalOptions
- 
                        name Aggregate service name. 
- 
                        type Aggregate service type. 
- 
                        add_sub_services Sub-services to be added. 
- 
                        del_sub_services Sub-services to be deleted. 
- 
                        avail_eval_func PL/SQL function to evaluate the availability of the aggregate service. Use [or|and] for the predefined evaluation helper function. 
- 
                        timezone_region Time zone region of the service. 
Examples
emcli modify_aggregate_service -name="My_Name"
      -type="aggregate_service"
      -add_sub_services="sub1:type1;sub2:type2"
      -del_sub_services="sub3:type3"
      -avail_eval_func="my_pkg.my_eval_func"
      -timezone_region="CST"