public final class VoltTenant extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VoltTenant.Builder
Builder class to allow callers to assemble tenants.
|
| Modifier and Type | Method and Description |
|---|---|
static VoltTenant.Builder |
builder()
Fetches a builder to make a tenant.
|
String |
humanReadableName()
Fetches the name of the tenant.
|
long |
id()
Fetches the ID of the tenant object.
|
org.onosproject.net.ConnectPoint |
port() |
long |
providerService()
Fetches the identifier for the provider service.
|
String |
serviceSpecificId()
Fetches the server specific ID (user id).
|
String |
toString() |
String |
vlanId()
Fetches the vlan id for this tenant.
|
public static VoltTenant.Builder builder()
public String humanReadableName()
public long id()
public long providerService()
public String serviceSpecificId()
public String vlanId()
public org.onosproject.net.ConnectPoint port()
Copyright © 2015. All rights reserved.