gce_get_image_family {googleComputeEngineR} | R Documentation |
Returns the latest image that is part of an image family and is not deprecated.
Description
Returns the latest image that is part of an image family and is not deprecated.
Usage
gce_get_image_family(image_project, family)
Arguments
image_project |
Project ID for this request |
family |
Name of the image family to search for |
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
[Package googleComputeEngineR version 0.3.0 Index]