Uses of Interface
org.openstack4j.model.compute.SecGroupExtension
-
Packages that use SecGroupExtension Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of SecGroupExtension in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return SecGroupExtension Modifier and Type Method Description SecGroupExtensionComputeSecurityGroupService. create(String name, String description)Deprecated.Creates a new Security GroupSecGroupExtensionComputeSecurityGroupService. get(String securityGroupId)Deprecated.Gets the specified Security GroupSecGroupExtensionComputeSecurityGroupService. update(String securityGroupId, String name, String description)Deprecated.Updates the Name and Description for a Security GroupMethods in org.openstack4j.api.compute that return types with arguments of type SecGroupExtension Modifier and Type Method Description List<? extends SecGroupExtension>ComputeSecurityGroupService. list()Deprecated.List all the Security GroupsList<? extends SecGroupExtension>ComputeSecurityGroupService. listServerGroups(String serverId)Deprecated.Lists the Security Groups for the specified server -
Uses of SecGroupExtension in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement SecGroupExtension Modifier and Type Class Description classNovaSecGroupExtensionDeprecated. -
Uses of SecGroupExtension in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return SecGroupExtension Modifier and Type Method Description SecGroupExtensionComputeSecurityGroupServiceImpl. create(String name, String description)Deprecated.Creates a new Security GroupSecGroupExtensionComputeSecurityGroupServiceImpl. get(String securityGroupId)Deprecated.Gets the specified Security GroupSecGroupExtensionComputeSecurityGroupServiceImpl. update(String securityGroupId, String name, String description)Deprecated.Updates the Name and Description for a Security GroupMethods in org.openstack4j.openstack.compute.internal that return types with arguments of type SecGroupExtension Modifier and Type Method Description List<? extends SecGroupExtension>ComputeSecurityGroupServiceImpl. list()Deprecated.List all the Security GroupsList<? extends SecGroupExtension>ComputeSecurityGroupServiceImpl. listServerGroups(String serverId)Deprecated.Lists the Security Groups for the specified server
-