public interface SecurityGroupAsyncClient
OfferingClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Long> |
authorizeIngressICMPToCIDRs(long securityGroupId,
int ICMPCode,
int ICMPType,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
authorizeIngressICMPToSecurityGroups(long securityGroupId,
int ICMPCode,
int ICMPType,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
authorizeIngressPortsToCIDRs(long securityGroupId,
String protocol,
int startPort,
int endPort,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
authorizeIngressPortsToSecurityGroups(long securityGroupId,
String protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
createSecurityGroup(String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteSecurityGroup(long id) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
getSecurityGroup(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> |
listSecurityGroups(ListSecurityGroupsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
revokeIngressRule(long id,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> listSecurityGroups(ListSecurityGroupsOptions... options)
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> getSecurityGroup(long id)
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> createSecurityGroup(String name)
com.google.common.util.concurrent.ListenableFuture<Long> authorizeIngressPortsToCIDRs(long securityGroupId, String protocol, int startPort, int endPort, Iterable<String> cidrList, AccountInDomainOptions... options)
com.google.common.util.concurrent.ListenableFuture<Long> authorizeIngressPortsToSecurityGroups(long securityGroupId, String protocol, int startPort, int endPort, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
com.google.common.util.concurrent.ListenableFuture<Long> authorizeIngressICMPToCIDRs(long securityGroupId, int ICMPCode, int ICMPType, Iterable<String> cidrList, AccountInDomainOptions... options)
com.google.common.util.concurrent.ListenableFuture<Long> authorizeIngressICMPToSecurityGroups(long securityGroupId, int ICMPCode, int ICMPType, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
com.google.common.util.concurrent.ListenableFuture<Long> revokeIngressRule(long id, AccountInDomainOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> deleteSecurityGroup(long id)
Copyright © 2009-2012 jclouds. All Rights Reserved.