| 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 | Class and Description |
|---|---|
class |
DefaultHostRoute
Host route dictionaries for the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<HostRoute> |
Subnet.hostRoutes()
Returns a collection of hostRoutes.
|
Iterable<HostRoute> |
DefaultSubnet.hostRoutes() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
HostRoutesCodec.encode(HostRoute hostRoute,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.