Class: Ansible::Ruby::Modules::Memset_zone

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

Overview

Manage DNS zones in a Memset account.

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

#api_keyString

Returns The API key obtained from the Memset control panel.

Returns:

  • (String)

    The API key obtained from the Memset control panel.



16
# File 'lib/ansible/ruby/modules/generated/cloud/memset/memset_zone.rb', line 16

attribute :api_key

#forceSymbol?

Returns Forces deletion of a zone and all zone domains/zone records it contains.

Returns:

  • (Symbol, nil)

    Forces deletion of a zone and all zone domains/zone records it contains.



28
# File 'lib/ansible/ruby/modules/generated/cloud/memset/memset_zone.rb', line 28

attribute :force

#nameString

Returns The zone nickname; usually the same as the main domain. Ensure this value has at most 250 characters.

Returns:

  • (String)

    The zone nickname; usually the same as the main domain. Ensure this value has at most 250 characters.



20
# File 'lib/ansible/ruby/modules/generated/cloud/memset/memset_zone.rb', line 20

attribute :name

#state:absent, :present

Returns Indicates desired state of resource.

Returns:

  • (:absent, :present)

    Indicates desired state of resource.



12
# File 'lib/ansible/ruby/modules/generated/cloud/memset/memset_zone.rb', line 12

attribute :state

#ttl0, ...

Returns The default TTL for all records created in the zone. This must be a valid int from U(www.memset.com/apidocs/methods_dns.html#dns.zone_create).

Returns:



24
# File 'lib/ansible/ruby/modules/generated/cloud/memset/memset_zone.rb', line 24

attribute :ttl