Class: Ansible::Ruby::Modules::Nios_srv_record
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_srv_record
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb
Overview
Adds and/or removes instances of SRV record objects from Infoblox NIOS servers. This module manages NIOS C(record:srv) 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.
-
#name ⇒ String
Specifies the fully qualified hostname to add or remove from the system.
-
#port ⇒ Integer
Configures the port (0-65535) of this SRV record.
-
#priority ⇒ Integer
Configures the priority (0-65535) for this SRV record.
-
#state ⇒ :present, ...
Configures the intended state of the instance of the object on the NIOS server.
-
#target ⇒ String
Configures the target FQDN for this SRV record.
-
#ttl ⇒ Object?
Configures the TTL to be associated with this host record.
-
#view ⇒ String
Sets the DNS view to associate this a record with.
-
#weight ⇒ Integer
Configures the weight (0-65535) for this SRV record.
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?
42 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 42 attribute :comment |
#extattrs ⇒ Object?
39 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 39 attribute :extattrs |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 12 attribute :name |
#port ⇒ Integer
20 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 20 attribute :port |
#priority ⇒ Integer
24 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 24 attribute :priority |
#state ⇒ :present, ...
46 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 46 attribute :state |
#target ⇒ String
28 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 28 attribute :target |
#ttl ⇒ Object?
36 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 36 attribute :ttl |
#view ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 16 attribute :view |
#weight ⇒ Integer
32 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_srv_record.rb', line 32 attribute :weight |