Class: VagrantDockerNetworksManager::NetAttrs

Inherits:
Struct
  • Object
show all
Defined in:
lib/vagrant-docker-networks-manager/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachableObject

Returns the value of attribute attachable

Returns:

  • (Object)

    the current value of attachable



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def attachable
  @attachable
end

#containersObject

Returns the value of attribute containers

Returns:

  • (Object)

    the current value of containers



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def containers
  @containers
end

#driverObject

Returns the value of attribute driver

Returns:

  • (Object)

    the current value of driver



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def driver
  @driver
end

#ipam_cfgsObject

Returns the value of attribute ipam_cfgs

Returns:

  • (Object)

    the current value of ipam_cfgs



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def ipam_cfgs
  @ipam_cfgs
end

#ipv6Object

Returns the value of attribute ipv6

Returns:

  • (Object)

    the current value of ipv6



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def ipv6
  @ipv6
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def labels
  @labels
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def parent
  @parent
end

#subnetsObject

Returns the value of attribute subnets

Returns:

  • (Object)

    the current value of subnets



19
20
21
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19

def subnets
  @subnets
end