| Package | Description |
|---|---|
| org.onosproject.xosintegration |
XOS integration application which relies on XOS REST APIs to manage VMs.
|
| Modifier and Type | Method and Description |
|---|---|
VoltTenant |
VoltTenantService.addTenant(VoltTenant newTenant)
Creates a new tenant and adds it to the XOS instance.
|
VoltTenant |
OnosXosIntegrationManager.addTenant(VoltTenant newTenant) |
VoltTenant |
VoltTenant.Builder.build()
Constructs a VoltTenant from the assembled data.
|
VoltTenant |
VoltTenantService.getTenant(long id)
Gets a single tenant for the given ID.
|
VoltTenant |
OnosXosIntegrationManager.getTenant(long id) |
| Modifier and Type | Method and Description |
|---|---|
Set<VoltTenant> |
VoltTenantService.getAllTenants()
Queries all the tenants.
|
Set<VoltTenant> |
OnosXosIntegrationManager.getAllTenants() |
| Modifier and Type | Method and Description |
|---|---|
VoltTenant |
VoltTenantService.addTenant(VoltTenant newTenant)
Creates a new tenant and adds it to the XOS instance.
|
VoltTenant |
OnosXosIntegrationManager.addTenant(VoltTenant newTenant) |
Copyright © 2016. All rights reserved.