Class: Ansible::Ruby::Modules::Azure_rm_trafficmanagerprofile
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_trafficmanagerprofile
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb
Overview
Create, update and delete a Traffic Manager profile.
Instance Method Summary collapse
-
#dns_config ⇒ Hash?
The DNS settings of the Traffic Manager profile.
-
#location ⇒ String?
Valid azure location.
-
#monitor_config ⇒ Array<String>, ...
The endpoint monitoring settings of the Traffic Manager profile.
-
#name ⇒ String
Name of the Traffic Manager profile.
-
#profile_status ⇒ :enabled, ...
The status of the Traffic Manager profile.
-
#resource_group ⇒ String
Name of a resource group where the Traffic Manager profile exists or will be created.
-
#routing_method ⇒ :performance, ...
The traffic routing method of the Traffic Manager profile.
-
#state ⇒ :absent, ...
Assert the state of the Traffic Manager profile.
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
#dns_config ⇒ Hash?
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 36 attribute :dns_config |
#location ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 24 attribute :location |
#monitor_config ⇒ Array<String>, ...
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 40 attribute :monitor_config |
#name ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 16 attribute :name |
#profile_status ⇒ :enabled, ...
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 28 attribute :profile_status |
#resource_group ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 12 attribute :resource_group |
#routing_method ⇒ :performance, ...
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 32 attribute :routing_method |
#state ⇒ :absent, ...
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_trafficmanagerprofile.rb', line 20 attribute :state |