| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet.Mode |
Subnet.ipV6AddressMode()
Returns the ipV6AddressMode.
|
Subnet.Mode |
DefaultSubnet.ipV6AddressMode() |
Subnet.Mode |
Subnet.ipV6RaMode()
Returns the ipV6RaMode.A valid value is dhcpv6-stateful,
dhcpv6-stateless, or slaac.
|
Subnet.Mode |
DefaultSubnet.ipV6RaMode() |
static Subnet.Mode |
Subnet.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subnet.Mode[] |
Subnet.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2015. All rights reserved.