Go to file
Jeff Goldschrafe ac46b83119 Support IP forwarding on GCE instances
This change exposes the CanIpForward property of the Instance, allowing
users to create instances that are allowed to function as NAT or VPN
gateways.
2014-10-07 12:28:20 -04:00
test-fixtures providers/google: first pass 2014-08-25 11:48:20 -07:00
config_test.go fmt 2014-08-25 16:23:38 -07:00
config.go providers/google: google_compute_address 2014-08-25 12:55:08 -07:00
image.go providers/google: compute_instance 2014-08-25 14:57:17 -07:00
operation.go providers/google: compute_route 2014-08-25 22:39:29 -07:00
provider_test.go providers: fix tests 2014-09-28 17:32:39 -07:00
provider.go builtin: fix all compilation 2014-09-28 11:51:39 -07:00
resource_compute_address_test.go providers/google: tests passing, compiling 2014-09-16 17:17:09 -07:00
resource_compute_address.go providers/google: on refresh, treat 404 as resource gone 2014-08-25 22:49:14 -07:00
resource_compute_disk_test.go providers/google: tests passing, compiling 2014-09-16 17:17:09 -07:00
resource_compute_disk.go providers/google: on refresh, treat 404 as resource gone 2014-08-25 22:49:14 -07:00
resource_compute_firewall_test.go providers/google: tests passing, compiling 2014-09-16 17:17:09 -07:00
resource_compute_firewall.go fmt 2014-09-28 11:51:49 -07:00
resource_compute_instance_test.go Support IP forwarding on GCE instances 2014-10-07 12:28:20 -04:00
resource_compute_instance.go Support IP forwarding on GCE instances 2014-10-07 12:28:20 -04:00
resource_compute_network_test.go providers/google: tests passing, compiling 2014-09-16 17:17:09 -07:00
resource_compute_network.go providers/google: on refresh, treat 404 as resource gone 2014-08-25 22:49:14 -07:00
resource_compute_route_test.go providers/google: tests passing, compiling 2014-09-16 17:17:09 -07:00
resource_compute_route.go providers/google: on refresh, treat 404 as resource gone 2014-08-25 22:49:14 -07:00