aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-11-18 23:25:04 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-11-18 23:25:04 +0200
commited8a63afa3482a2036fd134e056a446a408b6357 (patch)
tree8209ee4131550a9ac0cd38dfcd25c22f8939266b /TODO
parent48e8aede6696c9b26a1bb1fd92d50f838e8b3178 (diff)
downloadeclat-ed8a63afa3482a2036fd134e056a446a408b6357.tar.gz
eclat-ed8a63afa3482a2036fd134e056a446a408b6357.tar.bz2
Implement VPC and Internet Gateway commands.
New commands: lsvpc, lsvpcattr, mkvpc, setvpcattr, rmvpc, lsigw, mkigw, rmigw, atigw, deigw. * TODO: Update. * doc/Makefile.inc: Add mkvpc manpage. * etc/Makefile.am: Add create-vpc.fl and describe-vpcs.fln * etc/describe-vpc-attribute.fln: New file. * etc/describe-vpcs.fln: New file. * src/Makefile.am: Add new files. * src/igw.c: New file. * src/lsvpc.c: New file. * src/mkvpc-cl.opt: New file. * src/mkvpc.c: New file. * src/rmvpc.c: New file. * src/vpcattr.c: New file. * src/eclat.c (cmdtab): Register new subcommands. * src/eclat.h: Add new prototypes. * src/mksg-cl.opt: New option: --internet-gateway, -g * src/lsinst.c (parse_options): Define args_doc. * src/lsreg.c (parse_options): Remove useless return. * src/lstag-cl.opt: Likewise. * src/mktags-cl.opt: Remove stray character.
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 10 insertions, 8 deletions
diff --git a/TODO b/TODO
index 8953a65..400c91d 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,7 @@ AssignPrivateIpAddresses - [ ] [ ]
AssociateAddress assocaddr [X] [X]
AssociateDhcpOptions - [ ] [ ]
AssociateRouteTable - [ ] [ ]
-AttachInternetGateway - [ ] [ ]
+AttachInternetGateway atigw [X] [ ]
AttachNetworkInterface - [ ] [ ]
AttachVolume atvol [X] [X]
AttachVpnGateway - [ ] [ ]
@@ -32,7 +32,7 @@ CreateCustomerGateway - [ ] [ ]
CreateDhcpOptions - [ ] [ ]
CreateImage mkimg [X] [X]
CreateInstanceExportTask - [ ] [ ]
-CreateInternetGateway - [ ] [ ]
+CreateInternetGateway mkigw [X] [ ]
CreateKeyPair - [ ] [ ]
CreateNetworkAcl - [ ] [ ]
CreateNetworkAclEntry - [ ] [ ]
@@ -47,13 +47,13 @@ CreateSpotDatafeedSubscription - [ ] [ ]
CreateSubnet - [ ] [ ]
CreateTags mktag [X] [X]
CreateVolume mkvol [X] [X]
-CreateVpc - [ ] [ ]
+CreateVpc mkvpc [X] [X]
CreateVpnConnection - [ ] [ ]
CreateVpnConnectionRoute - [ ] [ ]
CreateVpnGateway - [ ] [ ]
DeleteCustomerGateway - [ ] [ ]
DeleteDhcpOptions - [ ] [ ]
-DeleteInternetGateway - [ ] [ ]
+DeleteInternetGateway rmigw [X] [ ]
DeleteKeyPair - [ ] [ ]
DeleteNetworkAcl - [ ] [ ]
DeleteNetworkAclEntry - [ ] [ ]
@@ -67,7 +67,7 @@ DeleteSpotDatafeedSubscription - [ ] [ ]
DeleteSubnet - [ ] [ ]
DeleteTags rmtag [X] [X]
DeleteVolume rmvol [X] [X]
-DeleteVpc - [ ] [ ]
+DeleteVpc rmvpc [X] [ ]
DeleteVpnConnection - [ ] [ ]
DeleteVpnConnectionRoute - [ ] [ ]
DeleteVpnGateway - [ ] [ ]
@@ -84,7 +84,7 @@ DescribeImages lsimg [X] [X]
DescribeInstanceAttribute lsiattr [X] [X]
DescribeInstances lsinst [X] [X]
DescribeInstanceStatus lsistat [X] [X]
-DescribeInternetGateways - [ ] [ ]
+DescribeInternetGateways lsigw [X] [ ]
DescribeKeyPairs - [ ] [ ]
DescribeNetworkAcls - [ ] [ ]
DescribeNetworkInterfaceAttribute - [ ] [ ]
@@ -106,10 +106,11 @@ DescribeTags lstag [X] [X]
DescribeVolumes lsvol [X] [X]
DescribeVolumeAttribute - [ ] [ ]
DescribeVolumeStatus - [ ] [ ]
-DescribeVpcs - [ ] [ ]
+DescribeVpcAttribute lsvpcattr [X] [ ]
+DescribeVpcs lsvpc [X] [ ]
DescribeVpnConnections - [ ] [ ]
DescribeVpnGateways - [ ] [ ]
-DetachInternetGateway - [ ] [ ]
+DetachInternetGateway deigw [X] [ ]
DetachNetworkInterface - [ ] [ ]
DetachVolume devol [X] [X]
DetachVpnGateway - [ ] [ ]
@@ -128,6 +129,7 @@ ModifyInstanceAttribute setiattr [X] [X]
ModifyNetworkInterfaceAttribute - [ ] [ ]
ModifySnapshotAttribute setsattr [X] [X]
ModifyVolumeAttribute - [ ] [ ]
+ModifyVpcAttribute setvpcattr [X] [ ]
MonitorInstances - [ ] [ ]
PurchaseReservedInstancesOffering - [ ] [ ]
RebootInstances reboot [X] [X]

Return to:

Send suggestions and report system problems to the System administrator.