gce_get_image {googleComputeEngineR}R Documentation

Returns the specified image.

Description

Returns the specified image.

Usage

gce_get_image(image_project, image)

Arguments

image_project

Project ID of where the image lies

image

Name of the image resource to return

Details

Authentication scopes used by this function are:

You may want to use gce_get_image_family instead to ensure the most up to date image is used.

See Also

Google Documentation


[Package googleComputeEngineR version 0.3.0 Index]