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:
-
https://www.googleapis.com/auth/cloud-platform
-
https://www.googleapis.com/auth/compute
-
https://www.googleapis.com/auth/compute.readonly
You may want to use gce_get_image_family instead to ensure the most up to date image is used.
See Also
[Package googleComputeEngineR version 0.3.0 Index]