|
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_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 () |
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.
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_associable_types | ( | ) |
Gets the value of 'associable_types' property.
| associable_types | - The current value of the field. Object types to which this category's tags can be attached. Set# |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_cardinality | ( | ) |
Gets the value of 'cardinality' property.
| cardinality | - The current value of the field. The associated cardinality (SINGLE, MULTIPLE) of the category. Cardinality# |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. The description of the category. String# |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The display name of the category. String# |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Cis::Tagging::Category::CreateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::set_associable_types | ( | ) |
Sets the given value for 'associable_types' property.
| associable_types | - New value for the field. Object types to which this category's tags can be attached. |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::set_cardinality | ( | ) |
Sets the given value for 'cardinality' property.
| cardinality | - New value for the field. The associated cardinality (SINGLE, MULTIPLE) of the category. |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. The description of the category. |
Code:
| public method Com::Vmware::Cis::Tagging::Category::CreateSpec::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The display name of the category. |
Code: