content library: find spec

Specifies the properties that can be used as a filter to find libraries. When multiple fields are specified, all properties of the library must match the specification.

Representations:

{
    "name""string",
    "type""LOCAL"
}
<?xml version="1.0" ?>
<ns0:FindSpec xmlns:ns0="http://vmware.com/content/library" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <name>string</name>
  <type>LOCAL</type>
</ns0:FindSpec>

Attributes:

Name Type Description
Optional
name string Name of the library to search. The name is case-insensitive. See content.library_model.name.

Optional. If not specified any name will be searched.

type string Library type to search. See content.library_model.type.

Optional. If not specified any library type will be searched.