| Package | Description |
|---|---|
| org.openstack4j.model.common.builder | |
| org.openstack4j.model.network | |
| org.openstack4j.openstack.networking.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceBuilder<M extends Resource,T extends ResourceBuilder<M,T>>
Abstract Resource Builder
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Network
An OpenStack (Neutron) network
|
interface |
Port
A Network (Neutron) Port
|
interface |
Router
A router is used to interconnect subnets and forward traffic among them.
|
interface |
SecurityGroup
The Interface SecurityGroup.
|
interface |
Subnet
A Subnet is a network with Pools and network based settings
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeutronNetwork
An OpenStack (Neutron) network
|
class |
NeutronPort
A Neutron Port
|
class |
NeutronRouter
A router is used to interconnect subnets and forward traffic among them.
|
class |
NeutronSecurityGroup
An OpenStack Neutron Security Group Rule model.
|
class |
NeutronSubnet
A Subnet is a network with Pools and network based settings
|