gce_get_zone {googleComputeEngineR}R Documentation

Returns the specified Zone resource. Get a list of available zones by making a list() request.

Description

Returns the specified Zone resource. Get a list of available zones by making a list() request.

Usage

gce_get_zone(project, zone)

Arguments

project

Project ID for this request

zone

Name of the zone resource to return

Details

Authentication scopes used by this function are:

See Also

Google Documentation


[Package googleComputeEngineR version 0.3.0 Index]