Skip navigation links
A B C D E F G H I K M N O P R S T U V 

A

adminState(boolean) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets whether admin state up or not.
adminStateUp() - Method in class org.onosproject.openstackinterface.OpenstackRouter
Returns whether admin state up or not.
adminStateUp(boolean) - Method in class org.onosproject.openstackinterface.OpenstackRouter.Builder
Sets whether admin state up or not.
allowedAddressPairs() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns allowed address pairs.
allowedAddressPairs(Map<IpAddress, MacAddress>) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets allowed address pairs.

B

build() - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway.Builder
Builds an OpenstackExternalGateway object.
build() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Builds an OpenstackFloatingIP object.
build() - Method in class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
build() - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Builds an OpenstackPort object.
build() - Method in class org.onosproject.openstackinterface.OpenstackRouter.Builder
Builds an OpenstackRouter object.
build() - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface.Builder
Builds an OpenStack router interface object.
build() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup.Builder
Creates the OpenstackSecurityGroup object.
build() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Creates a OpenstackSecurityGroupRule instance.
build() - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
Builder() - Constructor for class org.onosproject.openstackinterface.OpenstackExternalGateway.Builder
 
Builder() - Constructor for class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
 
builder() - Static method in class org.onosproject.openstackinterface.OpenstackNetwork
Returns the builder object of the OpenstackNetwork class.
Builder() - Constructor for class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
builder() - Static method in class org.onosproject.openstackinterface.OpenstackPort
Returns OpenstackPort builder object.
Builder() - Constructor for class org.onosproject.openstackinterface.OpenstackRouter.Builder
 
builder() - Static method in class org.onosproject.openstackinterface.OpenstackRouterInterface
Returns OpenStack router interface builder.
Builder() - Constructor for class org.onosproject.openstackinterface.OpenstackRouterInterface.Builder
 
builder() - Static method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
Returns the SecurityGroupRule builder object.
Builder() - Constructor for class org.onosproject.openstackinterface.OpenstackSecurityGroup.Builder
 
builder() - Static method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the builder object for the OpenstackSecurityGroupRule.
Builder() - Constructor for class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
 
builder() - Static method in class org.onosproject.openstackinterface.OpenstackSubnet
Returns OpenstackSubnet builder object.

C

cidr() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 
clone() - Method in class org.onosproject.openstackinterface.OpenstackNetwork
 

D

description(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup.Builder
Sets the description of the security group.
description() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
Returns the description of the security group.
deviceId(String) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets device ID of the port.
deviceId() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns device ID.
deviceOwner(String) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets device owner.
deviceOwner() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns device owner.
direction(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the direction of the security group rule.
direction() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the direction.
dnsNameservers() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 

E

enableHhcp() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 
enablePnat(boolean) - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway.Builder
Sets whether PNAT status is enabled or not.
equals(Object) - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway
 
equals(Object) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
 
equals(Object) - Method in class org.onosproject.openstackinterface.OpenstackRouter
 
equals(Object) - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface
 
equals(Object) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
 
equals(Object) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
 
etherType(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the Ethernet Type.
ethertype() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the Ethernet type.
externalFixedIps(Map<String, Ip4Address>) - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway.Builder
Sets external fixed IP address information.
externalFixedIps() - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway
Returns external fixed IP informations.

F

fixedIpAddress(Ip4Address) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets fixed IP address.
fixedIpAddress() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns fixed IP Address.
fixedIps(Map<String, Ip4Address>) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets Fixed IP address information.
fixedIps() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns the fixed IP information.
floatingIpAddress(Ip4Address) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets floating IP address.
floatingIpAddress() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns floating IP address.
floatingIps() - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns collection of OpenStack floating IP information.

G

gatewayExternalInfo(OpenstackExternalGateway) - Method in class org.onosproject.openstackinterface.OpenstackRouter.Builder
Sets external gateway information.
gatewayExternalInfo() - Method in class org.onosproject.openstackinterface.OpenstackRouter
Returns external gateway information.
gatewayIp() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 

H

hashCode() - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway
 
hashCode() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
 
hashCode() - Method in class org.onosproject.openstackinterface.OpenstackRouter
 
hashCode() - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface
 
hashCode() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
 
hashCode() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
 

I

id(String) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets Floating IP`s ID.
id() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns floating IP`s ID.
id(String) - Method in class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
id() - Method in class org.onosproject.openstackinterface.OpenstackNetwork
 
id(String) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets ID of the port.
id() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns port ID.
id(String) - Method in class org.onosproject.openstackinterface.OpenstackRouter.Builder
Sets router ID.
id() - Method in class org.onosproject.openstackinterface.OpenstackRouter
Returns router ID.
id(String) - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface.Builder
Sets router interface ID.
id() - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface
Returns router interface ID.
id(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup.Builder
Sets the ID of the security group.
id() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
Returns ID of the security group.
id(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the Security Group Rule ID.
id() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the Security Group ID.
id() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 
isAdminStateUp() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns whether admin state up or not.
isEnablePnat() - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway
Returns the PNAT status for external gateway.

K

KEYSTONE_SERVER - Static variable in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
 
keystoneServer() - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Returns the Keystone server IP address.
keystoneServer(String) - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Sets the keystone server IP address.

M

macAddress(MacAddress) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets MAC address of the port.
macAddress() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns mac address.

N

name(String) - Method in class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
name() - Method in class org.onosproject.openstackinterface.OpenstackNetwork
 
name(String) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets port name.
name() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns port name.
name(String) - Method in class org.onosproject.openstackinterface.OpenstackRouter.Builder
Sets router name.
name() - Method in class org.onosproject.openstackinterface.OpenstackRouter
Returns router name.
name(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup.Builder
Sets the name of the security group.
name() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
Returns the name of the security group.
name() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 
network(String) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns network information list for the network ID given.
networkId(String) - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway.Builder
Sets network ID.
networkId() - Method in class org.onosproject.openstackinterface.OpenstackExternalGateway
Returns network ID.
networkId(String) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets network ID.
networkId() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns network ID.
networkId() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns network ID.
networkId() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 
networks() - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns the information of all openstack networks.
networkType(OpenstackNetwork.NetworkType) - Method in class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
networkType() - Method in class org.onosproject.openstackinterface.OpenstackNetwork
 
netwrokId(String) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets network ID.
NEUTRON_SERVER - Static variable in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
 
neutronServer() - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Returns the Neutron server IP address.
neutronServer(String) - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Sets the neutron server IP address.

O

OpenstackExternalGateway - Class in org.onosproject.openstackinterface
A configurable external gateway modes extension model in openstack router.
OpenstackExternalGateway.Builder - Class in org.onosproject.openstackinterface
An Openstack External Gateway Builder class.
OpenstackFloatingIP - Class in org.onosproject.openstackinterface
An Openstack Neutron Floating IP Model.
OpenstackFloatingIP.Builder - Class in org.onosproject.openstackinterface
An Openstack Floating IP Builder class.
OpenstackFloatingIP.FloatingIpStatus - Enum in org.onosproject.openstackinterface
 
OpenstackInterfaceConfig - Class in org.onosproject.openstackinterface
Handles configuration for OpenstackInterface app.
OpenstackInterfaceConfig() - Constructor for class org.onosproject.openstackinterface.OpenstackInterfaceConfig
 
OpenstackInterfaceService - Interface in org.onosproject.openstackinterface
Handles port management REST API from Openstack for VMs.
OpenstackNetwork - Class in org.onosproject.openstackinterface
Represents the network information given by Neutron.
OpenstackNetwork.Builder - Class in org.onosproject.openstackinterface
 
OpenstackNetwork.NetworkType - Enum in org.onosproject.openstackinterface
 
OpenstackPort - Class in org.onosproject.openstackinterface
It represents the Openstack Port information.
OpenstackPort.Builder - Class in org.onosproject.openstackinterface
OpenstackPort Builder class.
OpenstackPort.PortStatus - Enum in org.onosproject.openstackinterface
 
OpenstackRouter - Class in org.onosproject.openstackinterface
An Openstack Neutron Router Model.
OpenstackRouter.Builder - Class in org.onosproject.openstackinterface
An Openstack Router Builder class.
OpenstackRouter.RouterStatus - Enum in org.onosproject.openstackinterface
 
OpenstackRouterInterface - Class in org.onosproject.openstackinterface
An OpenStack Neutron router interface model.
OpenstackRouterInterface.Builder - Class in org.onosproject.openstackinterface
An OpenStack Router interface builder class.
OpenstackSecurityGroup - Class in org.onosproject.openstackinterface
Represents Openstack Security Group information.
OpenstackSecurityGroup.Builder - Class in org.onosproject.openstackinterface
Represents the builder of the SecurityGroupRule.
OpenstackSecurityGroupRule - Class in org.onosproject.openstackinterface
Represents Openstack Security Group Rules.
OpenstackSecurityGroupRule.Builder - Class in org.onosproject.openstackinterface
Represents a security group rule builder object.
OpenstackSecurityGroupRule.Direction - Enum in org.onosproject.openstackinterface
Direction of the Security Group.
OpenstackSubnet - Class in org.onosproject.openstackinterface
Represents the subnet information given by Neutron.
OpenstackSubnet.Builder - Class in org.onosproject.openstackinterface
OpenstackSubnet Builder class.
org.onosproject.openstackinterface - package org.onosproject.openstackinterface
Application that handles OpenStack Neutron REST calls.

P

PASSWORD - Static variable in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
 
password() - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Returns the password for openstack.
password(String) - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Sets the password for openstack.
PHYSICAL_ROUTER_MAC - Static variable in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
 
physicalRouterMac() - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Returns the MacAddress for physical router.
port(Port) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns port information for the port given.
port(String) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns port information for the port ID given.
portId(String) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets port ID.
portId() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns port ID.
portId(String) - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface.Builder
Sets port ID.
portId() - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface
Returns port ID.
portRangeMax(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the port range max value.
portRangeMax() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the max of the port range.
portRangeMin(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the port range min value.
portRangeMin() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the min of the port range.
ports(String) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns port information list for the network ID given.
ports() - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns port information list.
portStatus(OpenstackPort.PortStatus) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets port status.
protocol(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the protocol.
protocol() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the IP protocol.

R

remoteGroupId(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the remote security group ID.
remoteGroupId() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the remote group ID.
remoteIpPrefix(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the remote IP address as prefix.
remoteIpPrefix() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the remote IP address.
router(String) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns the router information for the router ID given.
routerId(String) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets router ID.
routerId() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns router ID.
routers() - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns the router information list.
rules(Collection<OpenstackSecurityGroupRule>) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup.Builder
Sets Security Group rules.
rules() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
Returns the list of the security group rules.

S

secuityGroupId() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the Security Group ID.
securityGroup(String) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns Security Group information of the security groupd id given.
securityGroup(Collection<String>) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets security group of the port.
securityGroupId(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the Security Group ID.
securityGroups() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns security group information.
securityGroups(Collection<String>) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
securityGroups() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 
segmentId(String) - Method in class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
segmentId() - Method in class org.onosproject.openstackinterface.OpenstackNetwork
 
setCidr(String) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
setDnsNameservers(List<Ip4Address>) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
setEnableDhcp(boolean) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
setGatewayIp(String) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
setId(String) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
setName(String) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
setNetworkId(String) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
setTenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackSubnet.Builder
 
status(OpenstackFloatingIP.FloatingIpStatus) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets floating IP status.
status() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns floating IP status.
status() - Method in class org.onosproject.openstackinterface.OpenstackPort
Returns port status.
status(OpenstackRouter.RouterStatus) - Method in class org.onosproject.openstackinterface.OpenstackRouter.Builder
Sets router status.
status() - Method in class org.onosproject.openstackinterface.OpenstackRouter
Returns router status.
subnet(String) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns subnet information for the subnet ID give.
subnetId(String) - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface.Builder
Sets subnet ID.
subnetId() - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface
Returns subnet ID.
subnets() - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Returns collection of openstack subnet information.
subnets(Collection<OpenstackSubnet>) - Method in class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
subnets() - Method in class org.onosproject.openstackinterface.OpenstackNetwork
 

T

tenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP.Builder
Sets tenant ID.
tenantId() - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Returns tenant ID.
tenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackNetwork.Builder
 
tenantId() - Method in class org.onosproject.openstackinterface.OpenstackNetwork
 
tenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackPort.Builder
Sets tenant ID.
tenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackRouter.Builder
Sets tenant ID.
tenantId() - Method in class org.onosproject.openstackinterface.OpenstackRouter
Returns tenant ID.
tenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface.Builder
Sets tenant ID.
tenantId() - Method in class org.onosproject.openstackinterface.OpenstackRouterInterface
Returns tenant ID.
tenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup.Builder
Sets the tenant ID of the security group.
tenantId() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
Returns the Tenant ID.
tenantId(String) - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Builder
Sets the tenant ID.
tenantId() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
Returns the tenant ID.
tenantId() - Method in class org.onosproject.openstackinterface.OpenstackSubnet
 
toString() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroup
 
toString() - Method in class org.onosproject.openstackinterface.OpenstackSecurityGroupRule
 

U

updateFloatingIp(String, String, Optional<Ip4Address>) - Method in interface org.onosproject.openstackinterface.OpenstackInterfaceService
Updates a floating IP and its association with an internal port.
updatePortId(String) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Updates port ID.
updateRouterId(String) - Method in class org.onosproject.openstackinterface.OpenstackFloatingIP
Updates router ID.
USER_NAME - Static variable in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
 
userName() - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Returns the username for openstack.
userName(String) - Method in class org.onosproject.openstackinterface.OpenstackInterfaceConfig
Sets the username for openstack.

V

valueOf(String) - Static method in enum org.onosproject.openstackinterface.OpenstackFloatingIP.FloatingIpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.openstackinterface.OpenstackNetwork.NetworkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.openstackinterface.OpenstackPort.PortStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.openstackinterface.OpenstackRouter.RouterStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.onosproject.openstackinterface.OpenstackFloatingIP.FloatingIpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.openstackinterface.OpenstackNetwork.NetworkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.openstackinterface.OpenstackPort.PortStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.openstackinterface.OpenstackRouter.RouterStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.openstackinterface.OpenstackSecurityGroupRule.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K M N O P R S T U V 
Skip navigation links