| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.tenantnetwork |
Service for interacting with the inventory of tenant networks.
|
| org.onosproject.vtnrsc.tenantnetwork.impl |
Implementation of service for interacting with the inventory of tenant networks.
|
| org.onosproject.vtnrsc.virtualport |
Service for interacting with the inventory of virtual ports.
|
| org.onosproject.vtnrsc.virtualport.impl |
Implementation of service for interacting with the inventory of virtual ports.
|
| Modifier and Type | Method and Description |
|---|---|
TenantNetworkId |
TenantNetwork.id()
Returns the tenantNetwork identifier.
|
TenantNetworkId |
DefaultTenantNetwork.id() |
TenantNetworkId |
VirtualPort.networkId()
Returns the network identifier.
|
TenantNetworkId |
Subnet.networkId()
Returns the network identifier.
|
TenantNetworkId |
DefaultVirtualPort.networkId() |
TenantNetworkId |
DefaultSubnet.networkId() |
static TenantNetworkId |
TenantNetworkId.networkId(String networkId)
Creates a TenantNetwork identifier.
|
| Constructor and Description |
|---|
DefaultSubnet(SubnetId id,
String subnetName,
TenantNetworkId networkId,
TenantId tenantId,
org.onlab.packet.IpAddress.Version ipVersion,
org.onlab.packet.IpPrefix cidr,
org.onlab.packet.IpAddress gatewayIp,
boolean dhcpEnabled,
boolean shared,
Set<HostRoute> hostRoutes,
Subnet.Mode ipV6AddressMode,
Subnet.Mode ipV6RaMode,
Set<AllocationPool> allocationPoolsIt)
Creates a subnet object.
|
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.
|
DefaultVirtualPort(VirtualPortId id,
TenantNetworkId networkId,
Boolean adminStateUp,
Map<String,String> strMap,
VirtualPort.State state,
org.onlab.packet.MacAddress macAddress,
TenantId tenantId,
org.onosproject.net.DeviceId deviceId,
Set<FixedIp> fixedIps,
BindingHostId bindingHostId,
Set<AllowedAddressPair> allowedAddressPairs,
Set<SecurityGroup> securityGroups)
Creates a VirtualPort object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TenantNetworkService.exists(TenantNetworkId networkId)
Returns if the tenantNetwork is existed.
|
TenantNetwork |
TenantNetworkService.getNetwork(TenantNetworkId networkId)
Returns the tenantNetwork with the identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TenantNetworkService.removeNetworks(Iterable<TenantNetworkId> networksIds)
Deletes tenantNetwork by tenantNetworkIds.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<TenantNetworkId,TenantNetwork> |
TenantNetworkManager.networkIdAsKeyStore |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TenantNetworkManager.exists(TenantNetworkId networkId) |
TenantNetwork |
TenantNetworkManager.getNetwork(TenantNetworkId networkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TenantNetworkManager.removeNetworks(Iterable<TenantNetworkId> networkIds) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualPort> |
VirtualPortService.getPorts(TenantNetworkId networkId)
Returns the collection of the virtualPorts associated with the networkId.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualPort> |
VirtualPortManager.getPorts(TenantNetworkId networkId) |
Copyright © 2015. All rights reserved.