Class: Ansible::Ruby::Modules::Azure_rm_dnsrecordset_facts

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

Overview

Get facts for a specific DNS Record Set in a Zone, or a specific type in all Zones or in one Zone etc.

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

#record_typeString?

Returns Limit record sets by record type.

Returns:

  • (String, nil)

    Limit record sets by record type.



24
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 24

attribute :record_type

#relative_nameString?

Returns Only show results for a Record Set.

Returns:

  • (String, nil)

    Only show results for a Record Set.



12
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 12

attribute :relative_name

#resource_groupString?

Returns Limit results by resource group. Required when filtering by name or type.

Returns:

  • (String, nil)

    Limit results by resource group. Required when filtering by name or type.



16
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 16

attribute :resource_group

#topInteger?

Returns Limit the maximum number of record sets to return.

Returns:

  • (Integer, nil)

    Limit the maximum number of record sets to return



28
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 28

attribute :top

#zone_nameString?

Returns Limit results by zones. Required when filtering by name or type.

Returns:

  • (String, nil)

    Limit results by zones. Required when filtering by name or type.



20
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 20

attribute :zone_name