| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalNetwork |
TenantNetwork.physicalNetwork()
Returns the tenantNetwork physical network.
|
PhysicalNetwork |
DefaultTenantNetwork.physicalNetwork() |
static PhysicalNetwork |
PhysicalNetwork.physicalNetwork(String physicalNetwork)
Creates a PhysicalNetwork object.
|
| Constructor and Description |
|---|
DefaultTenantNetwork(TenantNetworkId id,
String name,
boolean adminStateUp,
TenantNetwork.State state,
boolean shared,
TenantId tenantId,
boolean routerExternal,
TenantNetwork.Type type,
PhysicalNetwork physicalNetwork,
SegmentationId segmentationId)
Creates a neutronNetwork element attributed to the specified provider.
|
Copyright © 2015. All rights reserved.