summaryrefslogtreecommitdiffstats
path: root/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/common/constant/ParamConstant.java
blob: e60d44323d93c556958715c10b1c6ed5c263682a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
/*
 * Copyright 2016-2017 Huawei Technologies Co., Ltd.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package org.onap.vfc.nfvo.multivimproxy.common.constant;

/**
 * <br/>
 * <p>
 * Contstant for System interactive.
 * </p>
 *
 * @author
 * @version VFC 1.0 2016-3-17
 */
public class ParamConstant {

    /**
     * param key: vimId.
     */
    public static final String PARAM_VIMID = "vimId";

    /**
     * param key: vimName
     */
    public static final String PARAM_VIMNAME = "vimName";

    /**
     * param key: tenantId.
     */
    public static final String PARAM_TENANTID = "tenantId";

    public static final String TOTAL_CPU = "totalCPU";

    public static final String USED_CPU = "usedCPU";

    public static final String TOTAL_MEMORY = "totalMemory";

    public static final String USED_MEMORY = "usedMemory";

    public static final String TOTAL_DISK = "totalDisk";

    public static final String USED_DISK = "usedDisk";

    /**
     * param key: data.
     */
    public static final String PARAM_DATA = "data";

    /**
     * param key: id.
     */
    public static final String PARAM_ID = "id";

    /**
     * param key: vimId
     */
    public static final String PARAM_IP = "ip";

    /**
     * param key: role.
     */
    public static final String PARAM_ROLE = "role";

    /**
     * param key: roleId.
     */
    public static final String PARAM_ROLEID = "roleId";

    /**
     * param key: total.
     */
    public static final String PARAM_TOTAL = "total";

    /**
     * param key: used.
     */
    public static final String PARAM_USED = "used";

    /**
     * param key: vcpus.
     */
    public static final String PARAM_VCPUS = "vcpus";

    /**
     * param key: disk.
     */
    public static final String PARAM_DISK = "disk";

    /**
     * param key: cpumhz.
     */
    public static final String PARAM_CPUMHZ = "cpumhz";

    /**
     * param key: countyr
     */
    public static final String PARAM_COUNTRY = "country";

    /**
     * param key: vendorId
     */
    public static final String PARAM_VENDORID = "vendorId";

    /**
     * param key: vendorName
     */
    public static final String PARAM_VENDORNAME = "vendorName";

    /**
     * param key: memory.
     */
    public static final String PARAM_MEMORY = "memory";

    /**
     * param key: name.
     */
    public static final String PARAM_NAME = "name";

    /**
     * param key: status.
     */
    public static final String PARAM_STATUS = "status";

    /**
     * param key: parent.
     */
    public static final String PARAM_PARENT = "parent";

    /**
     * param key: location.
     */
    public static final String PARAM_LOCATION = "location";

    /**
     * param key: siteName.
     */
    public static final String PARAM_SITENAME = "siteName";

    /**
     * param key: vendor.
     */
    public static final String PARAM_VENDOR = "vendor";

    /**
     * param key: vendors.
     */
    public static final String PARAM_VENDORS = "vendors";

    /**
     * param key: tenantSites.
     */
    public static final String PARAM_TENANTSITES = "tenantSites";

    /**
     * param key: siteId.
     */
    public static final String PARAM_SITEID = "siteId";

    /**
     * param key: resArbitration.
     */
    public static final String PARAM_RESARBITRATION = "resArbitration";

    /**
     * param key: userRole.
     */
    public static final String PARAM_USERROLE = "userRole";

    /**
     * param key: admin.
     */
    public static final String PARAM_ADMIN = "admin";

    /**
     * param key: tenant.
     */
    public static final String PARAM_TENANT = "tenant";

    /**
     * param key: type.
     */
    public static final String PARAM_TYPE = "type";

    /**
     * param key: action.
     */
    public static final String PARAM_ACTION = "action";

    /**
     * param key: offline.
     */
    public static final String PARAM_OFFLINE = "offline";

    /**
     * param key: online.
     */
    public static final String PARAM_ONLINE = "online";

    /**
     * param key: drexecute.
     */
    public static final String PARAM_DREXECUTE = "drexecute";

    /**
     * param key: drRollBack.
     */
    public static final String PARAM_DRROLLBACK = "drrollback";

    /**
     * param key: scaleOut.
     */
    public static final String PARAM_SCALEOUT = "scaleout";

    /**
     * param key: scaleIn.
     */
    public static final String PARAM_SCALEIN = "scalein";

    /**
     * param key: network.
     */
    public static final String PARAM_NETWORK = "networks";

    /**
     * param key: host.
     */
    public static final String PARAM_HOST = "hosts";

    /**
     * param key: network.
     */
    public static final String PARAM_PORT = "ports";

    /**
     * param key: providernetworks.
     */
    public static final String PARAM_PROVIDERNETWORKS = "providernetworks";

    /**
     * param key: vims.
     */
    public static final String PARAM_VIMS = "vims";

    /**
     * param key: vms.
     */
    public static final String PARAM_VMS = "vms";

    /**
     * param key: vapps.
     */
    public static final String PARAM_VAPPS = "vapps";

    /**
     * param key: vapp.
     */
    public static final String PARAM_VAPP = "vapp";

    /**
     * param key: sites.
     */
    public static final String PARAM_SITES = "sites";

    /**
     * param key: vduId.
     */
    public static final String PARAM_VDUID = "vduId";

    /**
     * param key: vappId.
     */
    public static final String PARAM_VAPPID = "vappId";

    /**
     * param key: hostId.
     */
    public static final String PARAM_HOSTID = "hostId";

    /**
     * param key: projectId.
     */
    public static final String PARAM_PROJECTID = "projectId";

    /**
     * param key: vnfmId.
     */
    public static final String PARAM_VNFMID = "vnfmId";

    /**
     * param key: params.
     */
    public static final String PARAM_PARAMS = "params";

    /**
     * param key: url.
     */
    public static final String PARAM_URL = "url";

    /**
     * param key: post.
     */
    public static final String PARAM_POST = "post";

    /**
     * param key: put.
     */
    public static final String PARAM_PUT = "put";

    /**
     * param key: del.
     */
    public static final String PARAM_DEL = "del";

    /**
     * param key: get.
     */
    public static final String PARAM_GET = "get";

    /**
     * param key: retCode.
     */
    public static final String PARAM_RETCODE = "retCode";

    /**
     * param key: ADD.
     */
    public static final String PARAM_ADD = "add";

    /**
     * param key: active.
     */
    public static final String PARAM_ACTIVE = "active";

    /**
     * param key: deleted.
     */
    public static final String PARAM_DELETED = "deleted";

    /**
     * param key: deleting.
     */
    public static final String PARAM_DELETING = "deleting";

    /**
     * param key: response
     */
    public static final String PARAM_RESPONSE = "response";

    /**
     * param key: info
     */
    public static final String PARAM_INFO = "info";

    private ParamConstant() {
        // private constructor
    }
}