@@ -436,6 +436,7 @@ public class ApiConstants {
436436 public static final String TEMPLATE_ID = "templateid" ;
437437 public static final String TEMPLATE_IDS = "templateids" ;
438438 public static final String TEMPLATE_NAME = "templatename" ;
439+ public static final String TEMPLATE_TYPE = "templatetype" ;
439440 public static final String TIMEOUT = "timeout" ;
440441 public static final String TIMEZONE = "timezone" ;
441442 public static final String TIMEZONEOFFSET = "timezoneoffset" ;
@@ -1013,7 +1014,6 @@ public class ApiConstants {
10131014 public static final String DEPLOY_AS_IS = "deployasis" ;
10141015 public static final String DEPLOY_AS_IS_DETAILS = "deployasisdetails" ;
10151016 public static final String CROSS_ZONES = "crossZones" ;
1016- public static final String TEMPLATETYPE = "templatetype" ;
10171017 public static final String SOURCETEMPLATEID = "sourcetemplateid" ;
10181018 public static final String DYNAMIC_SCALING_ENABLED = "dynamicscalingenabled" ;
10191019 public static final String IOTHREADS_ENABLED = "iothreadsenabled" ;
@@ -1047,6 +1047,15 @@ public class ApiConstants {
10471047 public static final String SOURCE_NAT_IP_ID = "sourcenatipaddressid" ;
10481048 public static final String HAS_RULES = "hasrules" ;
10491049
1050+ public static final String MANAGEMENT = "management" ;
1051+ public static final String IS_VNF = "isvnf" ;
1052+ public static final String VNF_NICS = "vnfnics" ;
1053+ public static final String VNF_DETAILS = "vnfdetails" ;
1054+ public static final String CLEAN_UP_VNF_DETAILS = "cleanupvnfdetails" ;
1055+ public static final String CLEAN_UP_VNF_NICS = "cleanupvnfnics" ;
1056+ public static final String VNF_CONFIGURE_MANAGEMENT = "vnfconfiguremanagement" ;
1057+ public static final String VNF_CIDR_LIST = "vnfcidrlist" ;
1058+
10501059 /**
10511060 * This enum specifies IO Drivers, each option controls specific policies on I/O.
10521061 * Qemu guests support "threads" and "native" options Since 0.8.8 ; "io_uring" is supported Since 6.3.0 (QEMU 5.0).
@@ -1092,7 +1101,7 @@ public enum HostDetails {
10921101 }
10931102
10941103 public enum VMDetails {
1095- all , group , nics , stats , secgrp , tmpl , servoff , diskoff , backoff , iso , volume , min , affgrp ;
1104+ all , group , nics , stats , secgrp , tmpl , servoff , diskoff , backoff , iso , volume , min , affgrp , vnfnics ;
10961105 }
10971106
10981107 public enum DomainDetails {
0 commit comments