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
# If no client can be found the routine will raise an error.
294
270
#
295
271
# You may filter the list returned by adding options:
296
-
# * <b>+:datacenter+</b> (string) - Include software passwords from software on hardware matching this datacenter
297
-
# * <b>+:description+</b> (string) - Include software passwords from software that matches this description
298
-
# * <b>+:domain+</b> (string) - Include software passwords from software on hardware matching this domain
299
-
# * <b>+:hardware_type+</b> (string) - Include software passwords from software on hardware matching this hardware type
300
-
# * <b>+:hostname+</b> (string) - Include software passwords from software on hardware matching this hostname
301
-
# * <b>+:manufacturer+</b> (string) - Include software passwords from software that matches this manufacturer
302
-
# * <b>+:name+</b> (string) - Include software passwords from software that matches this name
303
-
# * <b>+:username+</b> (string) - Include software passwords for username matching this username
272
+
# * <b>+:datacenter+</b> (string/array) - Include software passwords from software on hardware matching this datacenter
273
+
# * <b>+:description+</b> (string/array) - Include software passwords from software that matches this description
274
+
# * <b>+:domain+</b> (string/array) - Include software passwords from software on hardware matching this domain
275
+
# * <b>+:hardware_type+</b> (symbol) - Include software passwords from software on hardware matching this hardware type
276
+
# * <b>+:hostname+</b> (string/array) - Include software passwords from software on hardware matching this hostname
277
+
# * <b>+:manufacturer+</b> (string/array) - Include software passwords from software that matches this manufacturer
278
+
# * <b>+:name+</b> (string/array) - Include software passwords from software that matches this name
279
+
# * <b>+:username+</b> (string/array) - Include software passwords for username matching this username
304
280
#
305
281
# You may use the following properties to provide hardware or software object filter instances:
306
282
# * <b>+:hardware_object_filter+</b> (ObjectFilter) - Include software passwords from software on hardware that matches the criteria of this object filter
# If no client can be found the routine will raise an error.
437
404
#
438
405
# You may filter the list returned by adding options:
439
-
# * <b>+:datacenter+</b> (string) - Include software passwords from software on virtual servers matching this datacenter
440
-
# * <b>+:description+</b> (string) - Include software passwords from software that matches this description
441
-
# * <b>+:domain+</b> (string) - Include software passwords from software on virtual servers matching this domain
442
-
# * <b>+:hostname+</b> (string) - Include software passwords from software on virtual servers matching this hostname
443
-
# * <b>+:manufacturer+</b> (string) - Include software passwords from software that matches this manufacturer
444
-
# * <b>+:name+</b> (string) - Include software passwords from software that matches this name
445
-
# * <b>+:username+</b> (string) - Include software passwords for username matching this username
406
+
# * <b>+:datacenter+</b> (string/array) - Include software passwords from software on virtual servers matching this datacenter
407
+
# * <b>+:description+</b> (string/array) - Include software passwords from software that matches this description
408
+
# * <b>+:domain+</b> (string/array) - Include software passwords from software on virtual servers matching this domain
409
+
# * <b>+:hostname+</b> (string/array) - Include software passwords from software on virtual servers matching this hostname
410
+
# * <b>+:manufacturer+</b> (string/array) - Include software passwords from software that matches this manufacturer
411
+
# * <b>+:name+</b> (string/array) - Include software passwords from software that matches this name
412
+
# * <b>+:username+</b> (string/array) - Include software passwords for username matching this username
446
413
#
447
414
# You may use the following properties to provide virtual server or software object filter instances:
448
415
# * <b>+:virtual_server_object_filter+</b> (ObjectFilter) - Include software passwords from software on virtual servers that matches the criteria of this object filter
0 commit comments