|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | set_type () |
| public method | get_cached () |
| public method | get_library_id () |
| public method | set_name () |
| public method | set_source_id () |
| public method | set_cached () |
| public method | set_library_id () |
| public method | new () |
| public method | get_type () |
| public method | get_name () |
| public method | get_source_id () |
The Com::Vmware::Content::Library::Item::FindSpec class specifies the properties that can be used as a filter to find library items. When multiple fields are specified, all properties of the item must match the specification.
| public method Com::Vmware::Content::Library::Item::FindSpec::get_cached | ( | ) |
Gets the value of 'cached' property.
| cached | - The current value of the field. Whether the item is cached. Possible values are 'true' or 'false'. See :attr:Com::Vmware::Content::Library::ItemModel.cached . Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::get_library_id | ( | ) |
Gets the value of 'library_id' property.
| library_id | - The current value of the field. The identifier of the library containing the item. See :attr:Com::Vmware::Content::Library::ItemModel.library_id . Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The name of the library item. The name is case-insensitive. See :attr:Com::Vmware::Content::Library::ItemModel.name . Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::get_source_id | ( | ) |
Gets the value of 'source_id' property.
| source_id | - The current value of the field. The identifier of the library item as reported by the publisher. See :attr:Com::Vmware::Content::Library::ItemModel.source_id . Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. The type of the library item. The type is case-insensitive. See :attr:Com::Vmware::Content::Library::ItemModel.type . Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::Library::Item::FindSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::set_cached | ( | ) |
Sets the given value for 'cached' property.
| cached | - New value for the field. Whether the item is cached. Possible values are 'true' or 'false'. See :attr:Com::Vmware::Content::Library::ItemModel.cached . |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::set_library_id | ( | ) |
Sets the given value for 'library_id' property.
| library_id | - New value for the field. The identifier of the library containing the item. See :attr:Com::Vmware::Content::Library::ItemModel.library_id . |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name of the library item. The name is case-insensitive. See :attr:Com::Vmware::Content::Library::ItemModel.name . |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::set_source_id | ( | ) |
Sets the given value for 'source_id' property.
| source_id | - New value for the field. The identifier of the library item as reported by the publisher. See :attr:Com::Vmware::Content::Library::ItemModel.source_id . |
Code:
| public method Com::Vmware::Content::Library::Item::FindSpec::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. The type of the library item. The type is case-insensitive. See :attr:Com::Vmware::Content::Library::ItemModel.type . |
Code: