Class: YugabyteYSQL::LoadBalanceService::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/pg/load_balance_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cloudObject

Returns the value of attribute cloud

Returns:

  • (Object)

    the current value of cloud



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def cloud
  @cloud
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def count
  @count
end

#down_sinceObject

Returns the value of attribute down_since

Returns:

  • (Object)

    the current value of down_since



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def down_since
  @down_since
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def host
  @host
end

#is_downObject

Returns the value of attribute is_down

Returns:

  • (Object)

    the current value of is_down



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def is_down
  @is_down
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def port
  @port
end

#public_ipObject

Returns the value of attribute public_ip

Returns:

  • (Object)

    the current value of public_ip



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def public_ip
  @public_ip
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def region
  @region
end

#zoneObject

Returns the value of attribute zone

Returns:

  • (Object)

    the current value of zone



8
9
10
# File 'lib/pg/load_balance_service.rb', line 8

def zone
  @zone
end