|
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_description () |
| public method | get_id () |
| public method | get_category_id () |
| public method | set_name () |
| public method | set_id () |
| public method | get_used_by () |
| public method | get_description () |
| public method | set_category_id () |
| public method | set_used_by () |
| public method | new () |
| public method | get_name () |
The Com::Vmware::Cis::Tagging::TagModel class defines a tag that can be attached to vSphere objects.
| public method Com::Vmware::Cis::Tagging::TagModel::get_category_id | ( | ) |
Gets the value of 'category_id' property.
| category_id | - The current value of the field. The identifier of the parent category in which this tag will be created. ID# |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. The description of the tag. String# |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::get_id | ( | ) |
Gets the value of 'id' property.
| id | - The current value of the field. The unique identifier of the tag. ID# |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The display name of the tag. String# |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::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 tag. To add users to this, you need to have the edit privilege on the tag. Similarly, to unsubscribe from this tag, you need the edit privilege on the tag. You should not modify other users subscription from this setSet# |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::new | ( | ) |
Constructor to initialize the Com::Vmware::Cis::Tagging::TagModel structure
| Blessed | object |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::set_category_id | ( | ) |
Sets the given value for 'category_id' property.
| category_id | - New value for the field. The identifier of the parent category in which this tag will be created. |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. The description of the tag. |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::set_id | ( | ) |
Sets the given value for 'id' property.
| id | - New value for the field. The unique identifier of the tag. |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The display name of the tag. |
Code:
| public method Com::Vmware::Cis::Tagging::TagModel::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 tag. To add users to this, you need to have the edit privilege on the tag. Similarly, to unsubscribe from this tag, you need the edit privilege on the tag. You should not modify other users subscription from this set
Code:
click to view
|