class

Consul::Coordinate

Inherits Consul::Transport / Reference / Object

Instance methods

get_lan_coordinates

get_lan_coordinates returns the LAN network coordinates for all nodes in a given datacenter

Source
get_node_lan_coordinates(node : String) : Array(Consul::Types::Coordinate::Lan)

get_lan_coordinates with node returns the LAN network coordinates for the given node

Source
get_wan_coordinates

get_wan_coordinates returns the WAN network coordinates for all Consul servers, organized by datacenters

Source
set_lan_coordinate(data)

set_lan_coordinate updates the LAN network coordinates for a node in a given datacenter

Source