| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.virtualport |
Service for interacting with the inventory of virtual ports.
|
| org.onosproject.vtnrsc.virtualport.impl |
Implementation of service for interacting with the inventory of virtual ports.
|
| Modifier and Type | Method and Description |
|---|---|
TenantId |
VirtualPort.tenantId()
Returns the port tenantId.
|
TenantId |
TenantNetwork.tenantId()
Returns the UUID of the tenant that will own the tenantNetwork.
|
TenantId |
Subnet.tenantId()
Returns tenant identifier.
|
TenantId |
DefaultVirtualPort.tenantId() |
TenantId |
DefaultTenantNetwork.tenantId() |
TenantId |
DefaultSubnet.tenantId() |
static TenantId |
TenantId.tenantId(String tenantid)
Creates a network id using the tenantid.
|
| 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.
|
DefaultTenantNetwork(TenantNetworkId id,
String name,
boolean adminStateUp,
TenantNetwork.State state,
boolean shared,
TenantId tenantId,
boolean routerExternal,
TenantNetwork.Type type,
PhysicalNetwork physicalNetwork,
SegmentationId segmentationId)
Creates a neutronNetwork element attributed to the specified provider.
|
DefaultVirtualPort(VirtualPortId id,
TenantNetworkId networkId,
Boolean adminStateUp,
Map<String,String> strMap,
VirtualPort.State state,
org.onlab.packet.MacAddress macAddress,
TenantId tenantId,
org.onosproject.net.DeviceId deviceId,
Set<FixedIp> fixedIps,
BindingHostId bindingHostId,
Set<AllowedAddressPair> allowedAddressPairs,
Set<SecurityGroup> securityGroups)
Creates a VirtualPort object.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualPort> |
VirtualPortService.getPorts(TenantId tenantId)
Returns the collection of the virtualPorts associated with the tenantId.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualPort> |
VirtualPortManager.getPorts(TenantId tenantId) |
Copyright © 2015. All rights reserved.