gce_list_instances(filter = NULL, maxResults = NULL, pageToken = NULL, project = gce_get_global_project(), zone = gce_get_global_zone())
To filter you need a single string in the form field_name eq|ne string
e.g. gce_list_instances("status eq RUNNING") where eq is 'equals' and ne is 'not-equals'.