| Package | Description |
|---|---|
| org.onosproject.xosintegration |
XOS integration application which relies on XOS REST APIs to manage VMs.
|
| Modifier and Type | Method and Description |
|---|---|
static VoltTenant.Builder |
VoltTenant.builder()
Fetches a builder to make a tenant.
|
VoltTenant.Builder |
VoltTenant.Builder.withHumanReadableName(String humanReadableName)
Sets the name string for the tenant.
|
VoltTenant.Builder |
VoltTenant.Builder.withId(long id)
Sets the identifier for the tenant.
|
VoltTenant.Builder |
VoltTenant.Builder.withPort(org.onosproject.net.ConnectPoint port) |
VoltTenant.Builder |
VoltTenant.Builder.withProviderService(long providerService)
Sets the provider service ID.
|
VoltTenant.Builder |
VoltTenant.Builder.withServiceSpecificId(String serviceSpecificId)
Sets the server specific id (user id) for the tenant.
|
VoltTenant.Builder |
VoltTenant.Builder.withVlanId(String vlanId)
Sets the VLAN ID for the tenant.
|
Copyright © 2015. All rights reserved.