Learn R Programming

googleComputeEngineR (version 0.1.0)

gce_get_network: Returns the specified network.

Description

Returns the specified network.

Usage

gce_get_network(network, project = gce_get_global_project())

Arguments

network
Name of the network to return
project
Project ID for this request

Details

Authentication scopes used by this function are:
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/compute
  • https://www.googleapis.com/auth/compute.readonly

See Also

Google Documentation