Class: Construqt::Services::DhcpV6Relay

Inherits:
Object
  • Object
show all
Defined in:
lib/construqt/services.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, inbound_tag, upstream_tag) ⇒ DhcpV6Relay

Returns a new instance of DhcpV6Relay.



22
23
24
25
26
# 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

Instance Attribute Details

#inbound_tagObject (readonly)

Returns the value of attribute inbound_tag.



20
21
22
# File 'lib/construqt/services.rb', line 20

def inbound_tag
  @inbound_tag
end

#nameObject (readonly)

Returns the value of attribute name.



20
21
22
# File 'lib/construqt/services.rb', line 20

def name
  @name
end

#servicesObject

Returns the value of attribute services.



21
22
23
# File 'lib/construqt/services.rb', line 21

def services
  @services
end

#upstream_tagObject (readonly)

Returns the value of attribute upstream_tag.



20
21
22
# File 'lib/construqt/services.rb', line 20

def upstream_tag
  @upstream_tag
end