|
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
|
Classes | |
| class | Cardinality |
Avaliable Methods | |
| public method | set_cardinality () |
| public method | set_description () |
| public method | get_id () |
| public method | set_associable_types () |
| public method | set_name () |
| public method | set_id () |
| public method | get_cardinality () |
| public method | get_used_by () |
| public method | get_description () |
| public method | set_used_by () |
| public method | get_associable_types () |
| public method | new () |
| public method | get_name () |
The Com::Vmware::Cis::Tagging::CategoryModel class defines a category that is used to group one or more tags.
| public method Com::Vmware::Cis::Tagging::CategoryModel::get_associable_types | ( | ) |
Gets the value of 'associable_types' property.
| associable_types | - The current value of the field. The types of objects that the tags in this category can be attached to. If the set is empty, then tags can be attached to all types of objects. This field works only for objects that reside in Inventory Service (IS). For non IS objects, this check is not performed today and hence a tag can be attached to any non IS object. Set# |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::get_cardinality | ( | ) |
Gets the value of 'cardinality' property.
| cardinality | - The current value of the field. The associated cardinality (SINGLE, MULTIPLE) of the category. Cardinality# |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. The description of the category. String# |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::get_id | ( | ) |
Gets the value of 'id' property.
| id | - The current value of the field. The unique identifier of the category. ID# |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The display name of the category. String# |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::get_used_by | ( | ) |
Gets the value of 'used_by' property.
| used_by | - The current value of the field. The set of users that can use this category. To add users to this, you need to have the edit privilege on the category. Similarly, to unsubscribe from this category, you need the edit privilege on the category. You should not modify other users subscription from this set . Set# |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::new | ( | ) |
Constructor to initialize the Com::Vmware::Cis::Tagging::CategoryModel structure
| Blessed | object |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::set_associable_types | ( | ) |
Sets the given value for 'associable_types' property.
| associable_types | - New value for the field. The types of objects that the tags in this category can be attached to. If the set is empty, then tags can be attached to all types of objects. This field works only for objects that reside in Inventory Service (IS). For non IS objects, this check is not performed today and hence a tag can be attached to any non IS object. |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::set_cardinality | ( | ) |
Sets the given value for 'cardinality' property.
| cardinality | - New value for the field. The associated cardinality (SINGLE, MULTIPLE) of the category. |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. The description of the category. |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::set_id | ( | ) |
Sets the given value for 'id' property.
| id | - New value for the field. The unique identifier of the category. |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The display name of the category. |
Code:
| public method Com::Vmware::Cis::Tagging::CategoryModel::set_used_by | ( | ) |
Sets the given value for 'used_by' property.
| used_by | - New value for the field. The set of users that can use this category. To add users to this, you need to have the edit privilege on the category. Similarly, to unsubscribe from this category, you need the edit privilege on the category. You should not modify other users subscription from this set . |
Code: