| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| Modifier and Type | Method and Description |
|---|---|
BindingHostId |
VirtualPort.bindingHostId()
Returns the virtualPort bindinghostId.
|
BindingHostId |
DefaultVirtualPort.bindingHostId() |
static BindingHostId |
BindingHostId.bindingHostId(String bindingHostId)
Creates a BindingHostId identifier.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2015. All rights reserved.