Class: Ansible::Ruby::Modules::Memset_zone_domain

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

Overview

Manage DNS zone domains 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_domain.rb', line 16

attribute :api_key

#domainString

Returns The zone domain name. Ensure this value has at most 250 characters.

Returns:

  • (String)

    The zone domain name. Ensure this value has at most 250 characters.



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

attribute :domain

#state:absent, ...

Returns Indicates desired state of resource.

Returns:

  • (:absent, :present, nil)

    Indicates desired state of resource.



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

attribute :state

#zoneString

Returns The zone to add the domain to (this must already exist).

Returns:

  • (String)

    The zone to add the domain to (this must already exist).



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

attribute :zone