gce_make_image_source_url {googleComputeEngineR} | R Documentation |
Make initial disk image object
Description
Make initial disk image object
Usage
gce_make_image_source_url(image_project, image = NULL, family = NULL)
Arguments
image_project |
Project ID of where the image lies |
image |
Name of the image resource to return |
family |
Name of the image family to search for |
Value
The selfLink of the image object
[Package googleComputeEngineR version 0.3.0 Index]