Class: Ansible::Ruby::Modules::Rax_dns

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

Overview

Manage domains on Rackspace Cloud DNS

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

#commentObject?

Returns Brief description of the domain. Maximum length of 160 characters.

Returns:

  • (Object, nil)

    Brief description of the domain. Maximum length of 160 characters



12
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns.rb', line 12

attribute :comment

#emailObject?

Returns Email address of the domain administrator.

Returns:

  • (Object, nil)

    Email address of the domain administrator



15
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns.rb', line 15

attribute :email

#nameString?

Returns Domain name to create.

Returns:

  • (String, nil)

    Domain name to create



18
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns.rb', line 18

attribute :name

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



22
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns.rb', line 22

attribute :state

#ttlInteger?

Returns Time to live of domain in seconds.

Returns:

  • (Integer, nil)

    Time to live of domain in seconds



26
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_dns.rb', line 26

attribute :ttl