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

Avaliable Methods

public method get_object_id ()
 
public method get_tag_ids ()
 
public method set_tag_ids ()
 
public method set_object_id ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Cis::Tagging::TagAssociation::ObjectToTags class describes an object and its related tags. Use the :func:Com::Vmware::Cis::Tagging::TagAssociation.list_attached_tags_on_objects method* to retrieve a list with each element containing an object and the tags attached to it.

Member Function Documentation

public method Com::Vmware::Cis::Tagging::TagAssociation::ObjectToTags::get_object_id ( )

Gets the value of 'object_id' property.

Return values
object_id- The current value of the field. The identifier of the object. DynamicID#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::ObjectToTags::get_tag_ids ( )

Gets the value of 'tag_ids' property.

Return values
tag_ids- The current value of the field. The identifiers of the related tags. List#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::ObjectToTags::new ( )

Constructor to initialize the Com::Vmware::Cis::Tagging::TagAssociation::ObjectToTags structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::ObjectToTags::set_object_id ( )

Sets the given value for 'object_id' property.

Parameters
object_id- New value for the field. The identifier of the object.
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::ObjectToTags::set_tag_ids ( )

Sets the given value for 'tag_ids' property.

Parameters
tag_ids- New value for the field. The identifiers of the related tags.
Code:
click to view

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