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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/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, #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



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

attribute :comment

#emailObject?

Returns Email address of the domain administrator.

Returns:

  • (Object, nil)

    Email address of the domain administrator



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

attribute :email

#nameString?

Returns Domain name to create.

Returns:

  • (String, nil)

    Domain name to create



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

attribute :name

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state

#ttlInteger?

Returns Time to live of domain in seconds.

Returns:

  • (Integer, nil)

    Time to live of domain in seconds



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

attribute :ttl