| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.web |
Codecs for virtual tenant objects.
|
| Modifier and Type | Method and Description |
|---|---|
static AllowedAddressPair |
AllowedAddressPair.allowedAddressPair(org.onlab.packet.IpAddress ip,
org.onlab.packet.MacAddress mac)
Creates a allowedAddressPair using the supplied ipAddress &
macAddress.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AllowedAddressPair> |
VirtualPort.allowedAddressPairs()
Returns the virtualPort allowedAddressPairs.
|
Collection<AllowedAddressPair> |
DefaultVirtualPort.allowedAddressPairs() |
| 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 |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
AllowedAddressPairCodec.encode(AllowedAddressPair alocAddPair,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.