Class: Ansible::Ruby::Modules::Vmware_tag

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vmware/vmware_tag.rb

Overview

This module can be used to create / delete / update VMware tags. Tag feature is introduced in vSphere 6 version, so this module is not supported in the earlier versions of vSphere. All variables and VMware object names are case sensitive.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#category_idString?



22
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_tag.rb', line 22

attribute :category_id

#state:present, ...



26
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_tag.rb', line 26

attribute :state

#tag_descriptionString?



18
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_tag.rb', line 18

attribute :tag_description

#tag_nameString



14
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_tag.rb', line 14

attribute :tag_name