Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
SecurityGroup.Builder.fromSecurityGroup(SecurityGroup in) |
Modifier and Type | Field and Description |
---|---|
protected SecurityGroup |
SecurityGroupInZone.securityGroup |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroupInZone.getServer() |
Constructor and Description |
---|
SecurityGroupInZone(SecurityGroup securityGroup,
String zoneId) |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroupApi.createWithDescription(String name,
String description)
Create a Security Group
|
SecurityGroup |
SecurityGroupApi.get(String id)
Get a specific Security Group
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroup> |
SecurityGroupAsyncApi.createWithDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroup> |
SecurityGroupAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends SecurityGroup>> |
SecurityGroupAsyncApi.list() |
com.google.common.collect.FluentIterable<? extends SecurityGroup> |
SecurityGroupApi.list()
List all Security Groups.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<SecurityGroup> |
SecurityGroupPredicates.nameEquals(String name)
matches name of the given security group
|
static com.google.common.base.Predicate<SecurityGroup> |
SecurityGroupPredicates.nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given security group
|
Copyright © 2009-2013 jclouds. All Rights Reserved.