Class: Ansible::Ruby::Modules::Nios_ptr_record

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb

Overview

Adds and/or removes instances of PTR record objects from Infoblox NIOS servers. This module manages NIOS C(record:ptr) objects using the Infoblox WAPI interface over REST.

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

#commentObject?

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. Maximum 256 characters.

Returns:

  • (Object, nil)

    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. Maximum 256 characters.



36
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 36

attribute :comment

#extattrsObject?

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.

Returns:

  • (Object, nil)

    Allows for the configuration of Extensible Attributes on the instance of the object. This argument accepts a set of key / value pairs for configuration.



33
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 33

attribute :extattrs

#ipv4addrObject

Returns The IPv4 Address of the record. Mutually exclusive with the ipv6addr.

Returns:

  • (Object)

    The IPv4 Address of the record. Mutually exclusive with the ipv6addr.



18
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 18

attribute :ipv4addr

#ipv6addrObject

Returns The IPv6 Address of the record. Mutually exclusive with the ipv4addr.

Returns:

  • (Object)

    The IPv6 Address of the record. Mutually exclusive with the ipv4addr.



22
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 22

attribute :ipv6addr

#nameObject?

Returns The name of the DNS PTR record in FQDN format to add or remove from the system. The field is required only for an PTR object in Forward Mapping Zone.

Returns:

  • (Object, nil)

    The name of the DNS PTR record in FQDN format to add or remove from the system. The field is required only for an PTR object in Forward Mapping Zone.



12
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 12

attribute :name

#ptrdnameString

Returns The domain name of the DNS PTR record in FQDN format.

Returns:

  • (String)

    The domain name of the DNS PTR record in FQDN format.



26
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 26

attribute :ptrdname

#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.

Returns:

  • (:present, :absent, nil)

    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.



39
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 39

attribute :state

#ttlObject?

Returns Time To Live (TTL) value for the record. A 32-bit unsigned integer that represents the duration, in seconds, that the record is valid (cached). Zero indicates that the record should not be cached.

Returns:

  • (Object, nil)

    Time To Live (TTL) value for the record. A 32-bit unsigned integer that represents the duration, in seconds, that the record is valid (cached). Zero indicates that the record should not be cached.



30
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 30

attribute :ttl

#viewObject?

Returns Sets the DNS view to associate this a record with. The DNS view must already be configured on the system.

Returns:

  • (Object, nil)

    Sets the DNS view to associate this a record with. The DNS view must already be configured on the system



15
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_ptr_record.rb', line 15

attribute :view