| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| Modifier and Type | Method and Description |
|---|---|
TenantNetwork.Type |
TenantNetwork.type()
Returns the tenantNetwork Type.
|
TenantNetwork.Type |
DefaultTenantNetwork.type() |
static TenantNetwork.Type |
TenantNetwork.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TenantNetwork.Type[] |
TenantNetwork.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.