aboutsummaryrefslogtreecommitdiff
path: root/etc/describe-availability-zones.fln
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-06 16:10:30 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-06 16:10:30 +0200
commitf60e86f34565f203a778be82e2ed34bba4a10776 (patch)
tree6f8f14ad1f92367e63287adb7208d388ec51388e /etc/describe-availability-zones.fln
parent141a22cb7bb918a08698785f860a902ea4448b5c (diff)
downloadeclat-f60e86f34565f203a778be82e2ed34bba4a10776.tar.gz
eclat-f60e86f34565f203a778be82e2ed34bba4a10776.tar.bz2
Add missing file.
Diffstat (limited to 'etc/describe-availability-zones.fln')
-rw-r--r--etc/describe-availability-zones.fln25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/describe-availability-zones.fln b/etc/describe-availability-zones.fln
new file mode 100644
index 0000000..507331c
--- /dev/null
+++ b/etc/describe-availability-zones.fln
@@ -0,0 +1,25 @@
+/* This file is part of Eclat.
+ Copyright (C) 2012 Sergey Poznyakoff.
+
+ Eclat is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ Eclat is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
+
+if (.DescribeAvailabilityZonesResponse) {
+ for (var in .DescribeAvailabilityZonesResponse.availabilityZoneInfo.item) {
+ print(var.zoneName,"\t",var.zoneState,"\n");
+ if (!empty(var.messageSet))
+ for (msg in var.messageSet.item)
+ print("\t", msg.message, "\n");
+ }
+}
+

Return to:

Send suggestions and report system problems to the System administrator.