~ubuntu-branches/ubuntu/lucid/euca2ools/lucid-proposed

« back to all changes in this revision

Viewing changes to man/euca-revoke.1

  • Committer: Bazaar Package Importer
  • Author(s): chris grzegorczyk
  • Date: 2009-08-01 13:50:56 UTC
  • Revision ID: james.westby@ubuntu.com-20090801135056-jzmkwo98y9ogvb45
Tags: 1.0+bzr20090731-1
* Initial release (Closes: #537370).
* Final roundup-contributions by Steffen Moeller.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 
2
.TH EUCA-REVOKE "1" "August 2009" "euca-revoke     euca-revoke version: 1.0 (BSD)" "User Commands"
 
3
.SH NAME
 
4
euca-revoke \- Eucalyptus tool: Revoke a rule for a security group.  
 
5
.SH DESCRIPTION
 
6
Revoke a rule for a security group.
 
7
.PP
 
8
euca\-revoke [\-P | \fB\-\-protocol\fR protocol] [\-p | \fB\-\-port\-range\fR port_range]
 
9
[\-t | \fB\-\-icmp\-type\-code\fR type:code] [\-o | \fB\-\-source\-group\fR source_group]
 
10
[\-u | \fB\-\-source\-group\-user\fR source_group_user] [\-s | \fB\-\-source\-subnet\fR source_subnet]
 
11
[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] group_name
 
12
.PP
 
13
REQUIRED PARAMETERS
 
14
.PP
 
15
group_name                      Name of the group to add the rule to.
 
16
.PP
 
17
OPTIONAL PARAMETERS
 
18
.PP
 
19
\fB\-P\fR, \fB\-\-protocol\fR                  Protocol ("tcp" "udp" or "icmp").
 
20
.PP
 
21
\fB\-p\fR, \fB\-\-port\-range\fR                Range of ports for the rule (specified as "from\-to").
 
22
.PP
 
23
\fB\-t\fR, \fB\-\-icmp\-type\-code\fR            ICMP type and code specified as "type:code"     
 
24
.PP
 
25
\fB\-o\fR, \fB\-\-source\-group\fR              Group from which traffic is authorized by the rule.
 
26
.PP
 
27
\fB\-u\fR, \fB\-\-source\-group\-user\fR         User ID for the source group.
 
28
.PP
 
29
\fB\-s\fR, \fB\-\-source\-subnet\fR             The source subnet for the rule.
 
30
.PP
 
31
\fB\-a\fR, \fB\-\-access\-key\fR                user's Access Key ID.
 
32
.PP
 
33
\fB\-S\fR, \fB\-\-secret\-key\fR                user's Secret Key.
 
34
.PP
 
35
\fB\-U\fR, \fB\-\-url\fR                       URL of the Cloud to connect to.
 
36
.PP
 
37
\fB\-h\fR, \fB\-\-help\fR                      Display this help message.
 
38
.PP
 
39
\fB\-\-version\fR                       Display the version of this tool.
 
40
.PP
 
41
\fB\-\-debug\fR                         Turn on debugging.
 
42
.PP
 
43
Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.
 
44
.SH "SEE ALSO"
 
45
The full documentation for
 
46
.B euca-revoke
 
47
is maintained as a Texinfo manual.  If the
 
48
.B info
 
49
and
 
50
.B euca-revoke
 
51
programs are properly installed at your site, the command
 
52
.IP
 
53
.B info euca-revoke
 
54
.PP
 
55
should give you access to the complete manual.