Class: VagrantDockerNetworksManager::InitConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#enable_ipv6Object

Returns the value of attribute enable_ipv6

Returns:

  • (Object)

    the current value of enable_ipv6



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def enable_ipv6
  @enable_ipv6
end

#ip_rangeObject

Returns the value of attribute ip_range

Returns:

  • (Object)

    the current value of ip_range



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def ip_range
  @ip_range
end

#network_attachableObject

Returns the value of attribute network_attachable

Returns:

  • (Object)

    the current value of network_attachable



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def network_attachable
  @network_attachable
end

#network_gatewayObject

Returns the value of attribute network_gateway

Returns:

  • (Object)

    the current value of network_gateway



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def network_gateway
  @network_gateway
end

#network_nameObject

Returns the value of attribute network_name

Returns:

  • (Object)

    the current value of network_name



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def network_name
  @network_name
end

#network_parentObject

Returns the value of attribute network_parent

Returns:

  • (Object)

    the current value of network_parent



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def network_parent
  @network_parent
end

#network_subnetObject

Returns the value of attribute network_subnet

Returns:

  • (Object)

    the current value of network_subnet



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def network_subnet
  @network_subnet
end

#network_typeObject

Returns the value of attribute network_type

Returns:

  • (Object)

    the current value of network_type



14
15
16
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14

def network_type
  @network_type
end