Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
SecGroupExtension |
ComputeSecurityGroupService.create(String name,
String description)
Creates a new Security Group
|
SecGroupExtension |
ComputeSecurityGroupService.get(String securityGroupId)
Gets the specified Security Group
|
SecGroupExtension |
ComputeSecurityGroupService.update(String securityGroupId,
String name,
String description)
Updates the Name and Description for a Security Group
|
Modifier and Type | Method and Description |
---|---|
List<? extends SecGroupExtension> |
ComputeSecurityGroupService.list()
List all the Security Groups
|
List<? extends SecGroupExtension> |
ComputeSecurityGroupService.listServerGroups(String serverId)
Lists the Security Groups for the specified server
|
Modifier and Type | Class and Description |
---|---|
class |
NovaSecGroupExtension
A Security Group which is defined the the (os-security-groups) extension
|
Modifier and Type | Method and Description |
---|---|
SecGroupExtension |
ComputeSecurityGroupServiceImpl.create(String name,
String description)
Creates a new Security Group
|
SecGroupExtension |
ComputeSecurityGroupServiceImpl.get(String securityGroupId)
Gets the specified Security Group
|
SecGroupExtension |
ComputeSecurityGroupServiceImpl.update(String securityGroupId,
String name,
String description)
Updates the Name and Description for a Security Group
|
Modifier and Type | Method and Description |
---|---|
List<? extends SecGroupExtension> |
ComputeSecurityGroupServiceImpl.list()
List all the Security Groups
|
List<? extends SecGroupExtension> |
ComputeSecurityGroupServiceImpl.listServerGroups(String serverId)
Lists the Security Groups for the specified server
|
Copyright © 2017. All rights reserved.