| Package | Description |
|---|---|
| org.openstack4j.api.networking | |
| org.openstack4j.openstack.networking.domain | |
| org.openstack4j.openstack.networking.internal |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroupService.create(SecurityGroup securityGroup)
Creates a SecurityGroup.
|
SecurityGroup |
SecurityGroupService.get(String id)
Gets the Security Group by id.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SecurityGroup> |
SecurityGroupService.list()
Get list of security groups accessible by the current tenant
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroupService.create(SecurityGroup securityGroup)
Creates a SecurityGroup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeutronSecurityGroup
An OpenStack Neutron Security Group Rule model.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
NeutronSecurityGroup.SecurityGroupConcreteBuilder.build()
Creates and return the Model Entity M
|
| Modifier and Type | Method and Description |
|---|---|
NetSecurityGroupBuilder |
NeutronSecurityGroup.SecurityGroupConcreteBuilder.from(SecurityGroup in)
Creates a Builder using the param M as the default values
|
| Constructor and Description |
|---|
SecurityGroupConcreteBuilder(SecurityGroup in)
Instantiates a new security group rule concrete builder.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroupServiceImpl.create(SecurityGroup securityGroup)
Creates a SecurityGroup.
|
SecurityGroup |
SecurityGroupServiceImpl.get(String id)
Gets the Security Group by id.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SecurityGroup> |
SecurityGroupServiceImpl.list()
Get list of security groups accessible by the current tenant
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroupServiceImpl.create(SecurityGroup securityGroup)
Creates a SecurityGroup.
|