|
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 | get_description () |
| public method | set_description () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
The Com::Vmware::Cis::Tagging::Tag::UpdateSpec class describes the updates to be made to an existing tag.
Use the :func:Com::Vmware::Cis::Tagging::Tag.update method to modify a tag. When you call the method , you specify the tag identifier. You obtain the tag identifier when you call the :func:Com::Vmware::Cis::Tagging::Tag.create method . You can also retrieve an identifier by using the :func:Com::Vmware::Cis::Tagging::Tag.list method .
| public method Com::Vmware::Cis::Tagging::Tag::UpdateSpec::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. The description of the tag. Optional# |
Code:
| public method Com::Vmware::Cis::Tagging::Tag::UpdateSpec::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The display name of the tag. Optional# |
Code:
| public method Com::Vmware::Cis::Tagging::Tag::UpdateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Cis::Tagging::Tag::UpdateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Cis::Tagging::Tag::UpdateSpec::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::Tag::UpdateSpec::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The display name of the tag. |
Code: