| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.subnet |
Service for interacting with the inventory of subnets.
|
| org.onosproject.vtnrsc.subnet.impl |
Provides implementation of the Subnet service.
|
| org.onosproject.vtnrsc.tunnel |
Service for interacting with the inventory of subnets.
|
| Modifier and Type | Method and Description |
|---|---|
SubnetId |
Subnet.id()
Returns the subnet identifier.
|
SubnetId |
DefaultSubnet.id() |
SubnetId |
FixedIp.subnetId()
Returns the FixedIp subnet identifier.
|
static SubnetId |
SubnetId.subnetId(String subnetId)
Creates a Subnet identifier.
|
| 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.
|
| 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 |
|---|---|
boolean |
SubnetService.exists(SubnetId subnetId)
Returns the subnet with the specified identifier.
|
Subnet |
SubnetService.getSubnet(SubnetId subnetId)
Returns the subnet with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubnetService.removeSubnets(Iterable<SubnetId> subnetIds)
Administratively removes the specified subnets from the store.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<SubnetId,Subnet> |
SubnetManager.subnetStore |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubnetManager.exists(SubnetId subnetId) |
Subnet |
SubnetManager.getSubnet(SubnetId subnetId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubnetManager.removeSubnets(Iterable<SubnetId> subnetIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TunnelConfigService.exists(SubnetId subnetId)
Returns the subnet with the specified identifier.
|
Subnet |
TunnelConfigService.getSubnet(SubnetId subnetId)
Returns the subnet with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TunnelConfigService.removeSubnets(Iterable<SubnetId> subnetIds)
Administratively removes the specified subnets from the store.
|
Copyright © 2015. All rights reserved.