Class: Ansible::Ruby::Modules::Vultr_dns_domain

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vultr/vr_dns_domain.rb,
lib/ansible/ruby/modules/generated/cloud/vultr/vultr_dns_domain.rb

Overview

Create and remove DNS domains.

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 The domain name.

Returns:

  • (String)

    The domain name.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vr_dns_domain.rb', line 12

attribute :name

#server_ipString?

Returns The default server IP.,Use M(vultr_dns_record) to change it once the domain is created.,Required if C(state=present).

Returns:

  • (String, nil)

    The default server IP.,Use M(vultr_dns_record) to change it once the domain is created.,Required if C(state=present).



16
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vr_dns_domain.rb', line 16

attribute :server_ip

#state:present, ...

Returns State of the DNS domain.

Returns:

  • (:present, :absent, nil)

    State of the DNS domain.



20
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vr_dns_domain.rb', line 20

attribute :state