| 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 |
DefaultAllocationPool
The continuous IP address range between the start address and the end address
for the allocation pools.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<AllocationPool> |
Subnet.allocationPools()
Returns a collection of allocation_pools.
|
Iterable<AllocationPool> |
DefaultSubnet.allocationPools() |
| 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 |
AllocationPoolsCodec.encode(AllocationPool alocPool,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.