Class: Ansible::Ruby::Modules::Os_recordset

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb

Overview

Manage OpenStack DNS recordsets. Recordsets can be created, deleted or updated. Only the I(records), I(description), and I(ttl) values can be updated.

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

#availability_zoneObject?

Returns Ignored. Present for backwards compatibility.

Returns:

  • (Object, nil)

    Ignored. Present for backwards compatibility



40
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 40

attribute :availability_zone

#descriptionString?

Returns Description of the recordset.

Returns:

  • (String, nil)

    Description of the recordset



28
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 28

attribute :description

#nameString

Returns Name of the recordset.

Returns:

  • (String)

    Name of the recordset



16
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 16

attribute :name

#recordsArray<String>, String

Returns List of recordset definitions.

Returns:

  • (Array<String>, String)

    List of recordset definitions



24
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 24

attribute :records

#recordset_typeString

Returns Recordset type.

Returns:

  • (String)

    Recordset type



20
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 20

attribute :recordset_type

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



36
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 36

attribute :state

#ttlInteger?

Returns TTL (Time To Live) value in seconds.

Returns:

  • (Integer, nil)

    TTL (Time To Live) value in seconds



32
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 32

attribute :ttl

#zoneString

Returns Zone managing the recordset.

Returns:

  • (String)

    Zone managing the recordset



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_recordset.rb', line 12

attribute :zone