| Package | Description | 
|---|---|
| org.jclouds.openstack.nova | |
| org.jclouds.openstack.nova.domain | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityGroup | 
NovaClient.getSecurityGroup(int id)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
SecurityGroupApi.get(String) in openstack-nova. | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
NovaAsyncClient.getSecurityGroup(int id)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
SecurityGroupAsyncApi.get(String) in openstack-nova. | 
Set<SecurityGroup> | 
NovaClient.listSecurityGroups()
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
SecurityGroupApi.list() in openstack-nova. | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> | 
NovaAsyncClient.listSecurityGroups()
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
SecurityGroupAsyncApi.list() in openstack-nova. | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<SecurityGroup> | 
Server.Builder.securityGroups  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityGroup | 
SecurityGroup.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<SecurityGroup> | 
Server.getSecurityGroups()
Actually, security groups are not returned by nova on server query but is
 needed when creating a server to specify a set of groups 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
SecurityGroup.Builder.fromSecurityGroup(SecurityGroup in)  | 
T | 
Server.Builder.securityGroups(SecurityGroup... in)  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Server.Builder.securityGroups(Set<SecurityGroup> securityGroups)  | 
| Constructor and Description | 
|---|
Server(int id,
      List<Map<String,String>> links,
      Map<Resource.LinkType,URI> orderedSelfReferences,
      String name,
      Map<String,String> metadata,
      Addresses addresses,
      String accessIPv4,
      String accessIPv6,
      String adminPass,
      String flavorRef,
      String hostId,
      String imageRef,
      String affinityId,
      String uuid,
      Flavor flavor,
      Image image,
      String keyName,
      Set<SecurityGroup> securityGroups,
      Date created,
      Date updated,
      Integer progress,
      ServerStatus status)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.