Class: Ansible::Ruby::Modules::Webfaction_mailbox

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

Overview

Add or remove mailboxes on a Webfaction account. Further documentation at github.com/quentinsf/ansible-webfaction.

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

#login_nameString

Returns The webfaction account to use.

Returns:

  • (String)

    The webfaction account to use



23
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 23

attribute :login_name

#login_passwordString

Returns The webfaction password to use.

Returns:

  • (String)

    The webfaction password to use



27
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 27

attribute :login_password

#mailbox_nameString

Returns The name of the mailbox.

Returns:

  • (String)

    The name of the mailbox



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 11

attribute :mailbox_name

#mailbox_passwordString

Returns The password for the mailbox.

Returns:

  • (String)

    The password for the mailbox



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 15

attribute :mailbox_password

#state:present, ...

Returns Whether the mailbox should exist.

Returns:

  • (:present, :absent, nil)

    Whether the mailbox should exist



19
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb', line 19

attribute :state