Class: YugabyteYSQL::LoadBalanceService::Node
- Inherits:
-
Struct
- Object
- Struct
- YugabyteYSQL::LoadBalanceService::Node
- Defined in:
- lib/pg/load_balance_service.rb
Instance Attribute Summary collapse
-
#cloud ⇒ Object
Returns the value of attribute cloud.
-
#count ⇒ Object
Returns the value of attribute count.
-
#down_since ⇒ Object
Returns the value of attribute down_since.
-
#host ⇒ Object
Returns the value of attribute host.
-
#is_down ⇒ Object
Returns the value of attribute is_down.
-
#port ⇒ Object
Returns the value of attribute port.
-
#public_ip ⇒ Object
Returns the value of attribute public_ip.
-
#region ⇒ Object
Returns the value of attribute region.
-
#zone ⇒ Object
Returns the value of attribute zone.
Instance Attribute Details
#cloud ⇒ Object
Returns the value of attribute cloud
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def cloud @cloud end |
#count ⇒ Object
Returns the value of attribute count
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def count @count end |
#down_since ⇒ Object
Returns the value of attribute down_since
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def down_since @down_since end |
#host ⇒ Object
Returns the value of attribute host
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def host @host end |
#is_down ⇒ Object
Returns the value of attribute is_down
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def is_down @is_down end |
#port ⇒ Object
Returns the value of attribute port
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def port @port end |
#public_ip ⇒ Object
Returns the value of attribute public_ip
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def public_ip @public_ip end |
#region ⇒ Object
Returns the value of attribute region
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def region @region end |
#zone ⇒ Object
Returns the value of attribute zone
8 9 10 |
# File 'lib/pg/load_balance_service.rb', line 8 def zone @zone end |