| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<SecurityGroup,SecurityGroupInRegion> |
NovaSecurityGroupExtension.groupToGroupInRegion(String region) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<SecurityGroup,SecurityGroup> |
NovaSecurityGroupInRegionToSecurityGroup.baseConverter |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
NovaSecurityGroupToSecurityGroup.apply(SecurityGroup group) |
| Constructor and Description |
|---|
NovaSecurityGroupInRegionToSecurityGroup(com.google.common.base.Function<SecurityGroup,SecurityGroup> baseConverter,
com.google.common.base.Supplier<Map<String,Location>> locationIndex) |
| 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 |
SecurityGroupInRegion.securityGroup |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroupInRegion.getSecurityGroup() |
| Constructor and Description |
|---|
SecurityGroupInRegion(SecurityGroup securityGroup,
String regionId) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityGroup |
SecurityGroupInRegion.securityGroup
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroupInRegion.getSecurityGroup()
Deprecated.
|
| Constructor and Description |
|---|
SecurityGroupInRegion(SecurityGroup securityGroup,
String regionId)
Deprecated.
|
| 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.collect.FluentIterable<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.nameIn(Set<String> names)
matches name of the given security group against a list
|
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-2016 The Apache Software Foundation. All Rights Reserved.