Class: Ansible::Ruby::Modules::Azure_rm_sqlfirewallrule
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_sqlfirewallrule
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlfirewallrule.rb
Overview
Create, update and delete instance of Firewall Rule.
Instance Method Summary collapse
-
#end_ip_address ⇒ String?
The end IP address of the firewall rule.
-
#name ⇒ String
The name of the firewall rule.
-
#resource_group ⇒ String
The name of the resource group that contains the resource.
-
#server_name ⇒ String
The name of the server.
-
#start_ip_address ⇒ String?
The start IP address of the firewall rule.
-
#state ⇒ :absent, ...
Assert the state of the SQL Database.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#end_ip_address ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlfirewallrule.rb', line 28 attribute :end_ip_address |
#name ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlfirewallrule.rb', line 20 attribute :name |
#resource_group ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlfirewallrule.rb', line 12 attribute :resource_group |
#server_name ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlfirewallrule.rb', line 16 attribute :server_name |
#start_ip_address ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlfirewallrule.rb', line 24 attribute :start_ip_address |
#state ⇒ :absent, ...
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlfirewallrule.rb', line 32 attribute :state |