Class: Ansible::Ruby::Modules::Ipa_dnszone

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/identity/ipa/ipa_dnszone.rb

Overview

Add and delete an IPA DNS Zones using IPA API

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

#state:present, ...

Returns State to ensure.

Returns:

  • (:present, :absent, nil)

    State to ensure



16
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_dnszone.rb', line 16

attribute :state

#zone_nameString

Returns The DNS zone name to which needs to be managed.

Returns:

  • (String)

    The DNS zone name to which needs to be managed.



12
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_dnszone.rb', line 12

attribute :zone_name