Class: Ansible::Ruby::Modules::Os_project

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb

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, #to_h, validates

Constructor Details

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

Instance Method Details

#descriptionString?

Returns Description for the project.

Returns:

  • (String, nil)

    Description for the project



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 14

attribute :description

#domain_idString?

Returns Domain id to create the project in if the cloud supports domains.

Returns:

  • (String, nil)

    Domain id to create the project in if the cloud supports domains



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 18

attribute :domain_id

#enabledBoolean?

Returns Is the project enabled.

Returns:

  • (Boolean, nil)

    Is the project enabled



22
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 22

attribute :enabled

#nameString

Returns Name for the project.

Returns:

  • (String)

    Name for the project



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 10

attribute :name

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



26
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 26

attribute :state