Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<SecurityGroup,SecurityGroupInRegion> |
NovaSecurityGroupExtension.groupToGroupInRegion(Iterable<SecurityGroup> allGroups,
String region) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<SecurityGroup,SecurityGroupInRegion> |
NovaSecurityGroupExtension.groupToGroupInRegion(Iterable<SecurityGroup> allGroups,
String region) |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
NovaSecurityGroupToSecurityGroup.apply(SecurityGroup group) |
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 | Field and Description |
---|---|
protected com.google.common.collect.Multimap<TenantIdAndName,SecurityGroup> |
SecurityGroupInRegion.groupsByName |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroupInRegion.getSecurityGroup() |
Modifier and Type | Method and Description |
---|---|
Map<TenantIdAndName,Collection<SecurityGroup>> |
SecurityGroupInRegion.getGroupsByName()
Returns a map of group
TenantIdAndName s to groups. |
Constructor and Description |
---|
SecurityGroupInRegion(SecurityGroup securityGroup,
String regionId,
Iterable<SecurityGroup> allGroupsInRegion) |
Constructor and Description |
---|
SecurityGroupInRegion(SecurityGroup securityGroup,
String regionId,
Iterable<SecurityGroup> allGroupsInRegion) |
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 |
---|---|
Set<SecurityGroup> |
ServerApi.listSecurityGroupForServer(String id)
Lists Security Groups for a server.
|
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-2018 The Apache Software Foundation. All Rights Reserved.