|
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_vendor () |
| public method | set_version () |
| public method | set_type () |
| public method | set_description () |
| public method | set_name () |
| public method | get_description () |
| public method | get_version () |
| public method | new () |
| public method | get_type () |
| public method | get_name () |
| public method | get_vendor () |
The Com::Vmware::Content::Type::Info class describes support for a specific type of data in an class Com::Vmware::Content::Library::ItemModel . The Com::Vmware::Content::Type::Info can be queried through the class Com::Vmware::Content::Type interface . Type support describes plugins in the Content Library which can provide metadata on library items and help manage the transfer process by adding dependent files when a current file is added.
| public method Com::Vmware::Content::Type::Info::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. A description of the type support offered by the plugin. String# |
Code:
| public method Com::Vmware::Content::Type::Info::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The name of the plugin which provides the type support. String# |
Code:
| public method Com::Vmware::Content::Type::Info::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. The type which the plugin supports. |
To upload a library item of the type supported by the plugin, the :attr:Com::Vmware::Content::Library::ItemModel.type field of the item should be set to this value.
String#
Code:
| public method Com::Vmware::Content::Type::Info::get_vendor | ( | ) |
Gets the value of 'vendor' property.
| vendor | - The current value of the field. The name of the vendor who created the type support plugin. String# |
Code:
| public method Com::Vmware::Content::Type::Info::get_version | ( | ) |
Gets the value of 'version' property.
| version | - The current value of the field. The version number of the type support plugin. String# |
Code:
| public method Com::Vmware::Content::Type::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::Type::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::Type::Info::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. A description of the type support offered by the plugin. |
Code:
| public method Com::Vmware::Content::Type::Info::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name of the plugin which provides the type support. |
Code:
| public method Com::Vmware::Content::Type::Info::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. The type which the plugin supports. |
To upload a library item of the type supported by the plugin, the :attr:Com::Vmware::Content::Library::ItemModel.type field of the item should be set to this value.
Code:
| public method Com::Vmware::Content::Type::Info::set_vendor | ( | ) |
Sets the given value for 'vendor' property.
| vendor | - New value for the field. The name of the vendor who created the type support plugin. |
Code:
| public method Com::Vmware::Content::Type::Info::set_version | ( | ) |
Sets the given value for 'version' property.
| version | - New value for the field. The version number of the type support plugin. |
Code: