| 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 FixedIp |
FixedIp.fixedIp(SubnetId subnetId,
org.onlab.packet.IpAddress ip)
Creates a fixed ip using the supplied fixedIp.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FixedIp> |
VirtualPort.fixedIps()
Returns set of IP addresses for the port, include the IP addresses and subnet
identity.
|
Set<FixedIp> |
DefaultVirtualPort.fixedIps() |
| 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 |
FixedIpCodec.encode(FixedIp fixIp,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.