Class: Ansible::Ruby::Modules::Tower_team

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_team.rb

Overview

Create, update, or destroy Ansible Tower teams. See U(www.ansible.com/tower) for an overview.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#nameString

Returns Name to use for the team.

Returns:

  • (String)

    Name to use for the team.



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_team.rb', line 12

attribute :name

#organizationString

Returns Organization the team should be made a member of.

Returns:

  • (String)

    Organization the team should be made a member of.



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_team.rb', line 16

attribute :organization

#state:present, ...

Returns Desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Desired state of the resource.



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_team.rb', line 20

attribute :state