Uses of Class
org.openstack4j.openstack.compute.domain.NovaSecGroupExtension
-
Packages that use NovaSecGroupExtension Package Description org.openstack4j.openstack.compute.domain -
-
Uses of NovaSecGroupExtension in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return NovaSecGroupExtension Modifier and Type Method Description static NovaSecGroupExtensionNovaSecGroupExtension. create(String name, String description)Deprecated.Security Groups only need two fields populated when Created so instead of a builder the API can leverage this call to create a new Security GroupMethods in org.openstack4j.openstack.compute.domain that return types with arguments of type NovaSecGroupExtension Modifier and Type Method Description protected List<NovaSecGroupExtension>NovaSecGroupExtension.SecurityGroups. value()Deprecated.
-