aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-openstack-model/src/main/xcore-gen/org/openecomp/ncomp/openstack/location/Hypervisor.java
blob: 6593730ec3a20de99d09df7cf4035c13359918cf (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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
/*-
 * ============LICENSE_START==========================================
 * OPENECOMP - DCAE
 * ===================================================================
 * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
 * ===================================================================
 * 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.
 * ============LICENSE_END============================================
 */
	
/**
 */
package org.openecomp.ncomp.openstack.location;

import org.openecomp.ncomp.core.NamedEntity;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Hypervisor</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getService <em>Service</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHost_ip <em>Host ip</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getVcpus_used <em>Vcpus used</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHypervisor_type <em>Hypervisor type</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getLocal_gb_used <em>Local gb used</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHypervisor_hostname <em>Hypervisor hostname</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getMemory_mb_used <em>Memory mb used</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getMemory_mb <em>Memory mb</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getCurrent_workload <em>Current workload</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getVcpus <em>Vcpus</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getCpu_info <em>Cpu info</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getRunning_vms <em>Running vms</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getFree_disk_gb <em>Free disk gb</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHypervisor_version <em>Hypervisor version</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getDisk_available_least <em>Disk available least</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getLocal_gb <em>Local gb</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getFree_ram_mb <em>Free ram mb</em>}</li>
 *   <li>{@link org.openecomp.ncomp.openstack.location.Hypervisor#getId <em>Id</em>}</li>
 * </ul>
 *
 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor()
 * @model
 * @generated
 */
public interface Hypervisor extends NamedEntity {
	/**
	 * Returns the value of the '<em><b>Service</b></em>' containment reference.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Service</em>' containment reference isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Service</em>' containment reference.
	 * @see #setService(HypervisorService)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Service()
	 * @model containment="true"
	 * @generated
	 */
	HypervisorService getService();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getService <em>Service</em>}' containment reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Service</em>' containment reference.
	 * @see #getService()
	 * @generated
	 */
	void setService(HypervisorService value);

	/**
	 * Returns the value of the '<em><b>Host ip</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Host ip</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Host ip</em>' attribute.
	 * @see #setHost_ip(String)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Host_ip()
	 * @model unique="false"
	 * @generated
	 */
	String getHost_ip();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHost_ip <em>Host ip</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Host ip</em>' attribute.
	 * @see #getHost_ip()
	 * @generated
	 */
	void setHost_ip(String value);

	/**
	 * Returns the value of the '<em><b>Vcpus used</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Vcpus used</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Vcpus used</em>' attribute.
	 * @see #setVcpus_used(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Vcpus_used()
	 * @model unique="false"
	 * @generated
	 */
	int getVcpus_used();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getVcpus_used <em>Vcpus used</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Vcpus used</em>' attribute.
	 * @see #getVcpus_used()
	 * @generated
	 */
	void setVcpus_used(int value);

	/**
	 * Returns the value of the '<em><b>Hypervisor type</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Hypervisor type</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Hypervisor type</em>' attribute.
	 * @see #setHypervisor_type(String)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Hypervisor_type()
	 * @model unique="false"
	 * @generated
	 */
	String getHypervisor_type();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHypervisor_type <em>Hypervisor type</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Hypervisor type</em>' attribute.
	 * @see #getHypervisor_type()
	 * @generated
	 */
	void setHypervisor_type(String value);

	/**
	 * Returns the value of the '<em><b>Local gb used</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Local gb used</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Local gb used</em>' attribute.
	 * @see #setLocal_gb_used(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Local_gb_used()
	 * @model unique="false"
	 * @generated
	 */
	int getLocal_gb_used();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getLocal_gb_used <em>Local gb used</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Local gb used</em>' attribute.
	 * @see #getLocal_gb_used()
	 * @generated
	 */
	void setLocal_gb_used(int value);

	/**
	 * Returns the value of the '<em><b>Hypervisor hostname</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Hypervisor hostname</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Hypervisor hostname</em>' attribute.
	 * @see #setHypervisor_hostname(String)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Hypervisor_hostname()
	 * @model unique="false"
	 * @generated
	 */
	String getHypervisor_hostname();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHypervisor_hostname <em>Hypervisor hostname</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Hypervisor hostname</em>' attribute.
	 * @see #getHypervisor_hostname()
	 * @generated
	 */
	void setHypervisor_hostname(String value);

	/**
	 * Returns the value of the '<em><b>Memory mb used</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Memory mb used</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Memory mb used</em>' attribute.
	 * @see #setMemory_mb_used(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Memory_mb_used()
	 * @model unique="false"
	 * @generated
	 */
	int getMemory_mb_used();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getMemory_mb_used <em>Memory mb used</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Memory mb used</em>' attribute.
	 * @see #getMemory_mb_used()
	 * @generated
	 */
	void setMemory_mb_used(int value);

	/**
	 * Returns the value of the '<em><b>Memory mb</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Memory mb</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Memory mb</em>' attribute.
	 * @see #setMemory_mb(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Memory_mb()
	 * @model unique="false"
	 * @generated
	 */
	int getMemory_mb();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getMemory_mb <em>Memory mb</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Memory mb</em>' attribute.
	 * @see #getMemory_mb()
	 * @generated
	 */
	void setMemory_mb(int value);

	/**
	 * Returns the value of the '<em><b>Current workload</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Current workload</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Current workload</em>' attribute.
	 * @see #setCurrent_workload(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Current_workload()
	 * @model unique="false"
	 * @generated
	 */
	int getCurrent_workload();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getCurrent_workload <em>Current workload</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Current workload</em>' attribute.
	 * @see #getCurrent_workload()
	 * @generated
	 */
	void setCurrent_workload(int value);

	/**
	 * Returns the value of the '<em><b>Vcpus</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Vcpus</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Vcpus</em>' attribute.
	 * @see #setVcpus(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Vcpus()
	 * @model unique="false"
	 * @generated
	 */
	int getVcpus();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getVcpus <em>Vcpus</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Vcpus</em>' attribute.
	 * @see #getVcpus()
	 * @generated
	 */
	void setVcpus(int value);

	/**
	 * Returns the value of the '<em><b>Cpu info</b></em>' containment reference.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Cpu info</em>' containment reference isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Cpu info</em>' containment reference.
	 * @see #setCpu_info(HypervisorCpuInfo)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Cpu_info()
	 * @model containment="true"
	 * @generated
	 */
	HypervisorCpuInfo getCpu_info();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getCpu_info <em>Cpu info</em>}' containment reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Cpu info</em>' containment reference.
	 * @see #getCpu_info()
	 * @generated
	 */
	void setCpu_info(HypervisorCpuInfo value);

	/**
	 * Returns the value of the '<em><b>Running vms</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Running vms</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Running vms</em>' attribute.
	 * @see #setRunning_vms(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Running_vms()
	 * @model unique="false"
	 * @generated
	 */
	int getRunning_vms();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getRunning_vms <em>Running vms</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Running vms</em>' attribute.
	 * @see #getRunning_vms()
	 * @generated
	 */
	void setRunning_vms(int value);

	/**
	 * Returns the value of the '<em><b>Free disk gb</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Free disk gb</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Free disk gb</em>' attribute.
	 * @see #setFree_disk_gb(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Free_disk_gb()
	 * @model unique="false"
	 * @generated
	 */
	int getFree_disk_gb();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getFree_disk_gb <em>Free disk gb</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Free disk gb</em>' attribute.
	 * @see #getFree_disk_gb()
	 * @generated
	 */
	void setFree_disk_gb(int value);

	/**
	 * Returns the value of the '<em><b>Hypervisor version</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Hypervisor version</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Hypervisor version</em>' attribute.
	 * @see #setHypervisor_version(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Hypervisor_version()
	 * @model unique="false"
	 * @generated
	 */
	int getHypervisor_version();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getHypervisor_version <em>Hypervisor version</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Hypervisor version</em>' attribute.
	 * @see #getHypervisor_version()
	 * @generated
	 */
	void setHypervisor_version(int value);

	/**
	 * Returns the value of the '<em><b>Disk available least</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Disk available least</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Disk available least</em>' attribute.
	 * @see #setDisk_available_least(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Disk_available_least()
	 * @model unique="false"
	 * @generated
	 */
	int getDisk_available_least();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getDisk_available_least <em>Disk available least</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Disk available least</em>' attribute.
	 * @see #getDisk_available_least()
	 * @generated
	 */
	void setDisk_available_least(int value);

	/**
	 * Returns the value of the '<em><b>Local gb</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Local gb</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Local gb</em>' attribute.
	 * @see #setLocal_gb(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Local_gb()
	 * @model unique="false"
	 * @generated
	 */
	int getLocal_gb();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getLocal_gb <em>Local gb</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Local gb</em>' attribute.
	 * @see #getLocal_gb()
	 * @generated
	 */
	void setLocal_gb(int value);

	/**
	 * Returns the value of the '<em><b>Free ram mb</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Free ram mb</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Free ram mb</em>' attribute.
	 * @see #setFree_ram_mb(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Free_ram_mb()
	 * @model unique="false"
	 * @generated
	 */
	int getFree_ram_mb();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getFree_ram_mb <em>Free ram mb</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Free ram mb</em>' attribute.
	 * @see #getFree_ram_mb()
	 * @generated
	 */
	void setFree_ram_mb(int value);

	/**
	 * Returns the value of the '<em><b>Id</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Id</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Id</em>' attribute.
	 * @see #setId(int)
	 * @see org.openecomp.ncomp.openstack.location.LocationPackage#getHypervisor_Id()
	 * @model unique="false"
	 * @generated
	 */
	int getId();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.openstack.location.Hypervisor#getId <em>Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Id</em>' attribute.
	 * @see #getId()
	 * @generated
	 */
	void setId(int value);

} // Hypervisor