Uses of Interface
org.openstack4j.model.compute.SecurityGroup
-
Packages that use SecurityGroup Package Description org.openstack4j.model.compute org.openstack4j.openstack.compute.domain -
-
Uses of SecurityGroup in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return types with arguments of type SecurityGroup Modifier and Type Method Description List<? extends SecurityGroup>Server. getSecurityGroups()List<? extends SecurityGroup>ServerCreate. getSecurityGroups()Gets the security groups. -
Uses of SecurityGroup in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement SecurityGroup Modifier and Type Class Description classNovaSecurityGroupMethods in org.openstack4j.openstack.compute.domain that return types with arguments of type SecurityGroup Modifier and Type Method Description List<? extends SecurityGroup>NovaServerCreate. getSecurityGroups()
-