Your IP : 18.118.208.127


Current Path : /bin/
Upload File :
Current File : //bin/euca-describe-nat-gateways

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.describenatgateways

if __name__ == '__main__':
    euca2ools.commands.ec2.describenatgateways.DescribeNatGateways.run()