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
 All Classes Files Functions
List of all members
Com::Vmware::Content::Library::FindSpec Class Reference
Inheritance diagram for Com::Vmware::Content::Library::FindSpec:

Avaliable Methods

public method set_type ()
 
public method get_type ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

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.

Member Function Documentation

public method Com::Vmware::Content::Library::FindSpec::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Name of the library to search. The name is case-insensitive. See :attr:Com::Vmware::Content::LibraryModel.name . Optional#
Code:
click to view
public method Com::Vmware::Content::Library::FindSpec::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Library type to search. See :attr:Com::Vmware::Content::LibraryModel.type . Optional#
Code:
click to view
public method Com::Vmware::Content::Library::FindSpec::new ( )

Constructor to initialize the Com::Vmware::Content::Library::FindSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Content::Library::FindSpec::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Name of the library to search. The name is case-insensitive. See :attr:Com::Vmware::Content::LibraryModel.name .
Code:
click to view
public method Com::Vmware::Content::Library::FindSpec::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Library type to search. See :attr:Com::Vmware::Content::LibraryModel.type .
Code:
click to view

The documentation for this class was generated from the following file: