| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| 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 |
|---|---|
VirtualPortId |
VirtualPort.portId()
Returns the virtualPort identifier.
|
VirtualPortId |
DefaultVirtualPort.portId() |
static VirtualPortId |
VirtualPortId.portId(String portId)
Creates a virtualPort id using the supplied portId.
|
| Constructor and Description |
|---|
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 |
VirtualPortService.exists(VirtualPortId virtualPortId)
Returns if the virtualPort is existed.
|
VirtualPort |
VirtualPortService.getPort(VirtualPortId virtualPortId)
Returns the virtualPort with the identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirtualPortService.removePorts(Iterable<VirtualPortId> virtualPortIds)
Deletes virtualPortIds by virtualPortIds.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<VirtualPortId,VirtualPort> |
VirtualPortManager.vPortStore |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirtualPortManager.exists(VirtualPortId vPortId) |
VirtualPort |
VirtualPortManager.getPort(VirtualPortId vPortId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirtualPortManager.removePorts(Iterable<VirtualPortId> vPortIds) |
Copyright © 2015. All rights reserved.