Learn R Programming

googleComputeEngineR (version 0.1.0)

gce_make_network: Make a network interface for instance creation

Description

Make a network interface for instance creation

Usage

gce_make_network(name, network = "default", externalIP = NULL, project = gce_get_global_project())

Arguments

name
Name of the access config
network
Name of network resource
externalIP
An external IP you have created previouly, leave NULL to have one assigned or "none" for none
project
Project ID for this request

You need to provide accessConfig explicitly if you want an ephemeral IP assigned, see https://cloud.google.com/compute/docs/vm-ip-addresses

Value

A Network object