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

Avaliable Methods

public method get_tag_id ()
 
public method set_object_ids ()
 
public method get_object_ids ()
 
public method set_tag_id ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Cis::Tagging::TagAssociation::TagToObjects class describes a tag and its related objects. Use the :func:Com::Vmware::Cis::Tagging::TagAssociation.list_attached_objects_on_tags method* to retrieve a list with each element containing a tag and the objects to which it is attached.

Member Function Documentation

public method Com::Vmware::Cis::Tagging::TagAssociation::TagToObjects::get_object_ids ( )

Gets the value of 'object_ids' property.

Return values
object_ids- The current value of the field. The identifiers of the related objects. List#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::TagToObjects::get_tag_id ( )

Gets the value of 'tag_id' property.

Return values
tag_id- The current value of the field. The identifier of the tag. ID#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::TagToObjects::new ( )

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

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

Sets the given value for 'object_ids' property.

Parameters
object_ids- New value for the field. The identifiers of the related objects.
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::TagToObjects::set_tag_id ( )

Sets the given value for 'tag_id' property.

Parameters
tag_id- New value for the field. The identifier of the tag.
Code:
click to view

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