We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When requesting a list of images, it would be nice if you could limit the list to just type IMAGE instead of returning both images and snapshots.
Passing a type parm into the listImages request does not seem to work right now:
$images = $compute->listImages(['status' => 'ACTIVE', 'type' => 'snapshot' ]);
returns nothing. Various variations on type such as 'SNAPSHOT' does not make a difference.
The text was updated successfully, but these errors were encountered:
Ideally we would also be able to limit by VISIBILITY (public/private).
Sorry, something went wrong.
No branches or pull requests
When requesting a list of images, it would be nice if you could limit the list to just type IMAGE instead of returning both images and snapshots.
Passing a type parm into the listImages request does not seem to work right now:
$images = $compute->listImages(['status' => 'ACTIVE', 'type' => 'snapshot' ]);
returns nothing. Various variations on type such as 'SNAPSHOT' does not make a difference.
The text was updated successfully, but these errors were encountered: