VMware vCloud Suite SDK Perl
The VMware vCloud Suite SDK for Perl supports the client-side vCloud Suite API for access to vCloud services and capabilities
|
Avaliable Methods | |
public method | new () |
The Com::Vmware::Content::LibraryModel::LibraryType
enumerated type defines the type of a class Com::Vmware::Content::LibraryModel .
The type of a library can be used to determine which additional services can be performed with a library.
Constant Com::Vmware::Content::LibraryModel::LibraryType::LOCAL # The library contents are defined and stored by the local Content Library Service installation.
A local library can be retrieved and managed via the class Com::Vmware::Content::LocalLibrary .
Constant Com::Vmware::Content::LibraryModel::LibraryType::SUBSCRIBED # The library synchronizes its items and content from another published library.
A subscribed library can be retrieved and managed via the class Com::Vmware::Content::SubscribedLibrary .
public method Com::Vmware::Content::LibraryModel::LibraryType::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::LibraryModel::LibraryType enumeration.
Blessed | object |