Class: Ansible::Ruby::Modules::Nios_mx_record
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_mx_record
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb
Overview
Adds and/or removes instances of MX record objects from Infoblox NIOS servers. This module manages NIOS C(record:mx) objects using the Infoblox WAPI interface over REST.
Instance Method Summary collapse
-
#comment ⇒ String?
Configures a text string comment to be associated with the instance of this object.
-
#extattrs ⇒ Object?
Allows for the configuration of Extensible Attributes on the instance of the object.
-
#mail_exchanger ⇒ Object
Configures the mail exchanger FQDN for this MX record.
-
#name ⇒ String
Specifies the fully qualified hostname to add or remove from the system.
-
#preference ⇒ Integer
Configures the preference (0-65535) for this MX record.
-
#state ⇒ :present, ...
Configures the intended state of the instance of the object on the NIOS server.
-
#ttl ⇒ Object?
Configures the TTL to be associated with this host record.
-
#view ⇒ String
Sets the DNS view to associate this a record with.
Methods inherited from Base
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
#comment ⇒ String?
Returns Configures a text string comment to be associated with the instance of this object. The provided text string will be configured on the object instance.
34 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 34 attribute :comment |
#extattrs ⇒ Object?
Returns Allows for the configuration of Extensible Attributes on the instance of the object. This argument accepts a set of key / value pairs for configuration.
31 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 31 attribute :extattrs |
#mail_exchanger ⇒ Object
Returns Configures the mail exchanger FQDN for this MX record.
20 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 20 attribute :mail_exchanger |
#name ⇒ String
Returns Specifies the fully qualified hostname to add or remove from the system.
12 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 12 attribute :name |
#preference ⇒ Integer
Returns Configures the preference (0-65535) for this MX record.
24 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 24 attribute :preference |
#state ⇒ :present, ...
Returns Configures the intended state of the instance of the object on the NIOS server. When this value is set to C(present), the object is configured on the device and when this value is set to C(absent) the value is removed (if necessary) from the device.
38 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 38 attribute :state |
#ttl ⇒ Object?
Returns Configures the TTL to be associated with this host record.
28 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 28 attribute :ttl |
#view ⇒ String
Returns Sets the DNS view to associate this a record with. The DNS view must already be configured on the system.
16 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_mx_record.rb', line 16 attribute :view |