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

Avaliable Methods

public method set_cardinality ()
 
public method set_description ()
 
public method set_associable_types ()
 
public method set_name ()
 
public method get_cardinality ()
 
public method get_description ()
 
public method get_associable_types ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

The Com::Vmware::Cis::Tagging::Category::CreateSpec class is used to create a category.

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

Member Function Documentation

public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_associable_types ( )

Gets the value of 'associable_types' property.

Return values
associable_types- The current value of the field. Object types to which this category's tags can be attached. Set#
Code:
click to view
public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_cardinality ( )

Gets the value of 'cardinality' property.

Return values
cardinality- The current value of the field. The associated cardinality (SINGLE, MULTIPLE) of the category. Cardinality#
Code:
click to view
public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. The description of the category. String#
Code:
click to view
public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. The display name of the category. String#
Code:
click to view
public method Com::Vmware::Cis::Tagging::Category::CreateSpec::new ( )

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

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

Sets the given value for 'associable_types' property.

Parameters
associable_types- New value for the field. Object types to which this category's tags can be attached.
Code:
click to view
public method Com::Vmware::Cis::Tagging::Category::CreateSpec::set_cardinality ( )

Sets the given value for 'cardinality' property.

Parameters
cardinality- New value for the field. The associated cardinality (SINGLE, MULTIPLE) of the category.
Code:
click to view
public method Com::Vmware::Cis::Tagging::Category::CreateSpec::set_description ( )

Sets the given value for 'description' property.

Parameters
description- New value for the field. The description of the category.
Code:
click to view
public method Com::Vmware::Cis::Tagging::Category::CreateSpec::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. The display name of the category.
Code:
click to view

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