| Package | Description |
|---|---|
| org.onosproject.vtnrsc |
VTN resources that used by virtual tenant network.
|
| org.onosproject.vtnrsc.web |
Codecs for virtual tenant objects.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityGroup |
SecurityGroup.securityGroup(String securityGroup)
Creates a securityGroup using the supplied securityGroup.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SecurityGroup> |
VirtualPort.securityGroups()
Returns the security groups.
|
Collection<SecurityGroup> |
DefaultVirtualPort.securityGroups() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
SecurityGroupCodec.encode(SecurityGroup securGroup,
org.onosproject.codec.CodecContext context) |
Copyright © 2015. All rights reserved.