Class: Ansible::Ruby::Modules::Azure_rm_trafficmanagerendpoint_facts

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

Overview

Get facts for a specific Traffic Manager endpoints or all endpoints in a Traffic Manager profile

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

#nameString?

Returns Limit results to a specific Traffic Manager endpoint.

Returns:

  • (String, nil)

    Limit results to a specific Traffic Manager endpoint.



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

attribute :name

#profile_nameString

Returns Name of Traffic Manager Profile.

Returns:

  • (String)

    Name of Traffic Manager Profile



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

attribute :profile_name

#resource_groupString

Returns The resource group to search for the desired Traffic Manager profile.

Returns:

  • (String)

    The resource group to search for the desired Traffic Manager profile



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

attribute :resource_group

#type:azure_endpoints, ...

Returns Type of endpoint.

Returns:

  • (:azure_endpoints, :external_endpoints, :nested_endpoints, nil)

    Type of endpoint.



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

attribute :type