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
 All Classes Files Functions
List of all members
Com::Vmware::Cis::Tagging::TagModel Class Reference
Inheritance diagram for Com::Vmware::Cis::Tagging::TagModel:

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 ()
 

Detailed Description

The Com::Vmware::Cis::Tagging::TagModel class defines a tag that can be attached to vSphere objects.

Member Function Documentation

public method Com::Vmware::Cis::Tagging::TagModel::get_category_id ( )

Gets the value of 'category_id' property.

Return values
category_id- The current value of the field. The identifier of the parent category in which this tag will be created. ID#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. The description of the tag. String#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::get_id ( )

Gets the value of 'id' property.

Return values
id- The current value of the field. The unique identifier of the tag. ID#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. The display name of the tag. String#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::get_used_by ( )

Gets the value of 'used_by' property.

Return values
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:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::new ( )

Constructor to initialize the Com::Vmware::Cis::Tagging::TagModel structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::set_category_id ( )

Sets the given value for 'category_id' property.

Parameters
category_id- New value for the field. The identifier of the parent category in which this tag will be created.
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::set_description ( )

Sets the given value for 'description' property.

Parameters
description- New value for the field. The description of the tag.
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::set_id ( )

Sets the given value for 'id' property.

Parameters
id- New value for the field. The unique identifier of the tag.
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. The display name of the tag.
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagModel::set_used_by ( )

Sets the given value for 'used_by' property.

Parameters
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

The documentation for this class was generated from the following file: