Package | Description |
---|---|
com.hp.sdn.vni |
Service for reserving and un-reserving VNIs.
|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
VniRange |
VniReservationService.reserve(Vni start,
Vni end)
Reserves a range of VNIs, from a start point to an end point,
inclusively.
|
Modifier and Type | Method and Description |
---|---|
List<VniRange> |
VniReservationService.list()
Returns a list of ranges of VNIs that have been reserved.
|
Modifier and Type | Method and Description |
---|---|
void |
VniReservationService.unreserve(VniRange range)
Unreserves (or frees up) a range of VNIs.
|
Modifier and Type | Method and Description |
---|---|
static VniRange |
VniRange.valueOf(String spec)
Returns a Virtual Network Identifier (VNI) range instance, representing
a range of VNI values.
|
static VniRange |
VniRange.valueOf(Vni first,
Vni last)
Returns a Virtual Network Identifier (VNI) range instance, representing a
range of VNI values from
first to last , inclusively. |
Copyright © 2015. All Rights Reserved.