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::Tag::CreateSpec Class Reference
Inheritance diagram for Com::Vmware::Cis::Tagging::Tag::CreateSpec:

Avaliable Methods

public method get_description ()
 
public method set_category_id ()
 
public method set_description ()
 
public method get_category_id ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

The Com::Vmware::Cis::Tagging::Tag::CreateSpec class describes a tag.

Use the :func:Com::Vmware::Cis::Tagging::Tag.create method to create a tag defined by the create specification.

Member Function Documentation

public method Com::Vmware::Cis::Tagging::Tag::CreateSpec::get_category_id ( )

Gets the value of 'category_id' property.

Return values
category_id- The current value of the field. The unique identifier of the parent category in which this tag will be created. ID#
Code:
click to view
public method Com::Vmware::Cis::Tagging::Tag::CreateSpec::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::Tag::CreateSpec::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. The display name of the tag. The name must be unique within its category. String#
Code:
click to view
public method Com::Vmware::Cis::Tagging::Tag::CreateSpec::new ( )

Constructor to initialize the Com::Vmware::Cis::Tagging::Tag::CreateSpec structure

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

Sets the given value for 'category_id' property.

Parameters
category_id- New value for the field. The unique identifier of the parent category in which this tag will be created.
Code:
click to view
public method Com::Vmware::Cis::Tagging::Tag::CreateSpec::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::Tag::CreateSpec::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. The display name of the tag. The name must be unique within its category.
Code:
click to view

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