Uses of Interface
org.jclouds.openstack.nova.v2_0.extensions.ServerWithSecurityGroupsApi
-
Packages that use ServerWithSecurityGroupsApi Package Description org.jclouds.openstack.nova.v2_0 -
-
Uses of ServerWithSecurityGroupsApi in org.jclouds.openstack.nova.v2_0
Methods in org.jclouds.openstack.nova.v2_0 that return types with arguments of type ServerWithSecurityGroupsApi Modifier and Type Method Description com.google.common.base.Optional<ServerWithSecurityGroupsApi>
NovaApi. getServerWithSecurityGroupsApi(String region)
Provides access to Server Extra Data features.com.google.common.base.Optional<? extends ServerWithSecurityGroupsApi>
NovaApi. getServerWithSecurityGroupsExtensionForZone(String zone)
Deprecated.Please useNovaApi.getServerWithSecurityGroupsApi(String region)
instead.
-