Class: Ansible::Ruby::Modules::Digital_ocean_domain
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Digital_ocean_domain
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_domain.rb
Instance Method Summary collapse
-
#api_token ⇒ Object?
DigitalOcean api token.
-
#id ⇒ Object?
Numeric, the droplet id you want to operate on.
-
#ip ⇒ String?
The IP address to point a domain at.
-
#name ⇒ String?
String, this is the name of the droplet - must be formatted by hostname rules, or the name of a SSH key, or the name of a domain.
-
#state ⇒ :present, ...
Indicate desired state of the target.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#api_token ⇒ Object?
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_domain.rb', line 14 attribute :api_token |
#id ⇒ Object?
17 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_domain.rb', line 17 attribute :id |
#ip ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_domain.rb', line 24 attribute :ip |
#name ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_domain.rb', line 20 attribute :name |
#state ⇒ :present, ...
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_domain.rb', line 10 attribute :state |