class Construqt::Flavour::BgpDelegate
Public Class Methods
new(bgp)
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 394 def initialize(bgp) self.delegate = bgp end
Public Instance Methods
_ident()
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 430 def _ident "Bgp_#{cfg.left.host.name}_#{cfg.left.my.name}_#{cfg.right.host.name}_#{cfg.right.my.name}" end
as()
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 402 def as self.delegate.as end
cfg()
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 426 def cfg self.delegate.cfg end
cfg=(a)
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 422 def cfg=(a) self.delegate.cfg = a end
host()
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 410 def host self.delegate.host end
my()
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 406 def my self.delegate.my end
once(host)
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 398 def once(host) self.delegate.once(host) end
other()
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 418 def other self.delegate.other end
other=(a)
click to toggle source
# File lib/construqt/flavour/delegates.rb, line 414 def other=(a) self.delegate.other = a end