Class: Ansible::Ruby::Modules::Exo_dns_domain

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/net_tools/exoscale/exo_dns_domain.rb

Overview

Create and remove domain records.

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 Name of the record.

Returns:

  • (String)

    Name of the record.



12
# File 'lib/ansible/ruby/modules/generated/net_tools/exoscale/exo_dns_domain.rb', line 12

attribute :name

#state:present, ...

Returns State of the resource.

Returns:

  • (:present, :absent, nil)

    State of the resource.



16
# File 'lib/ansible/ruby/modules/generated/net_tools/exoscale/exo_dns_domain.rb', line 16

attribute :state