Class: Ansible::Ruby::Modules::Memset_dns_reload
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Memset_dns_reload
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/memset/memset_dns_reload.rb
Overview
Request a reload of Memset’s DNS infrastructure, and optionally poll until it finishes.
Instance Method Summary collapse
-
#api_key ⇒ String
The API key obtained from the Memset control panel.
-
#poll ⇒ Symbol?
Boolean value, if set will poll the reload job’s status and return when the job has completed (unless the 30 second timeout is reached first).
Methods inherited from Base
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
#api_key ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/memset/memset_dns_reload.rb', line 12 attribute :api_key |
#poll ⇒ Symbol?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/memset/memset_dns_reload.rb', line 16 attribute :poll |