class Construqt::Services::DhcpV6Relay

Attributes

inbound_tag[R]
name[R]
services[RW]
upstream_tag[R]

Public Class Methods

new(name, inbound_tag, upstream_tag) click to toggle source
# File lib/construqt/services.rb, line 22
def initialize(name, inbound_tag, upstream_tag)
  @name = name
  @inbound_tag = inbound_tag
  @upstream_tag = upstream_tag
end