public final class TenantId extends org.onlab.util.Identifier<String>
| Modifier and Type | Field and Description |
|---|---|
static TenantId |
NONE
Represents no tenant, or an unspecified tenant.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TenantId() |
| Modifier and Type | Method and Description |
|---|---|
static TenantId |
tenantId(String id)
Creates a tenant id using the supplied backing id.
|
public static final TenantId NONE