2d65b6c302543288784ab40b9cae1b9fb994cc0c
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / scheduler / SchedulerProperties.java
1 package org.openecomp.portalapp.portal.scheduler;
2
3 import org.openecomp.portalsdk.core.util.SystemProperties;
4
5
6 public class SchedulerProperties extends SystemProperties { 
7         
8         public static final String SCHEDULER_USER_NAME_VAL =  "scheduler.user.name";;
9                 
10         public static final String SCHEDULER_PASSWORD_VAL = "scheduler.password";
11         
12         public static final String SCHEDULER_SERVER_URL_VAL = "scheduler.server.url";
13         
14         public static final String SCHEDULER_CREATE_NEW_VNF_CHANGE_INSTANCE_VAL = "scheduler.create.new.vnf.change.instance";
15         
16         public static final String SCHEDULER_GET_TIME_SLOTS = "scheduler.get.time.slots";
17         
18         public static final String SCHEDULER_SUBMIT_NEW_VNF_CHANGE = "scheduler.submit.new.vnf.change";
19
20 }