Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
NovaClient.getSecurityGroup(int id)
Get a security group from its ID
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
NovaAsyncClient.getSecurityGroup(int id) |
Set<SecurityGroup> |
NovaClient.listSecurityGroups()
Get all the security groups
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
NovaAsyncClient.listSecurityGroups() |
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-2012 jclouds. All Rights Reserved.