You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# * <b>+:private_ip+</b> (string/array) - same as :public_ip, but for private IP addresses
195
199
#
196
200
# Additionally you may provide options related to the request itself:
197
-
#
198
-
# * <b>+:object_mask+</b> (string, hash, or array) - The object mask of properties you wish to receive for the items returned If not provided, the result will use the default object mask
199
-
# * <b>+:result_limit+</b> (hash with :limit, and :offset keys) - Limit the scope of results returned.
201
+
# * <b>*:object_filter*</b> (ObjectFilter) - Include hardware servers for servers that matche the
202
+
# criteria of this object filter
203
+
# * <b>+:object_mask+</b> (string, hash, or array) - The object mask of properties you wish to receive for the items returned.
204
+
# If not provided, the result will use the default object mask
205
+
# * <b>+:result_limit+</b> (hash with :limit, and :offset keys) - Limit the scope of results returned.
0 commit comments