Class: Azure::SqlDatabaseManagement::FirewallRule
- Inherits:
-
Object
- Object
- Azure::SqlDatabaseManagement::FirewallRule
- Defined in:
- lib/azure/sql_database_management/firewall_rule.rb
Instance Attribute Summary collapse
-
#end_ip_address ⇒ Object
Returns the value of attribute end_ip_address.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_ip_address ⇒ Object
Returns the value of attribute start_ip_address.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ FirewallRule
constructor
A new instance of FirewallRule.
Constructor Details
#initialize {|_self| ... } ⇒ FirewallRule
Returns a new instance of FirewallRule.
19 20 21 |
# File 'lib/azure/sql_database_management/firewall_rule.rb', line 19 def initialize yield self if block_given? end |
Instance Attribute Details
#end_ip_address ⇒ Object
Returns the value of attribute end_ip_address.
26 27 28 |
# File 'lib/azure/sql_database_management/firewall_rule.rb', line 26 def end_ip_address @end_ip_address end |
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/azure/sql_database_management/firewall_rule.rb', line 23 def name @name end |
#start_ip_address ⇒ Object
Returns the value of attribute start_ip_address.
25 26 27 |
# File 'lib/azure/sql_database_management/firewall_rule.rb', line 25 def start_ip_address @start_ip_address end |
#type ⇒ Object
Returns the value of attribute type.
24 25 26 |
# File 'lib/azure/sql_database_management/firewall_rule.rb', line 24 def type @type end |