Class: VagrantDockerNetworksManager::InitConfig
- Inherits:
-
Struct
- Object
- Struct
- VagrantDockerNetworksManager::InitConfig
- Defined in:
- lib/vagrant-docker-networks-manager/command.rb
Instance Attribute Summary collapse
-
#enable_ipv6 ⇒ Object
Returns the value of attribute enable_ipv6.
-
#ip_range ⇒ Object
Returns the value of attribute ip_range.
-
#network_attachable ⇒ Object
Returns the value of attribute network_attachable.
-
#network_gateway ⇒ Object
Returns the value of attribute network_gateway.
-
#network_name ⇒ Object
Returns the value of attribute network_name.
-
#network_parent ⇒ Object
Returns the value of attribute network_parent.
-
#network_subnet ⇒ Object
Returns the value of attribute network_subnet.
-
#network_type ⇒ Object
Returns the value of attribute network_type.
Instance Attribute Details
#enable_ipv6 ⇒ Object
Returns the value of attribute enable_ipv6
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def enable_ipv6 @enable_ipv6 end |
#ip_range ⇒ Object
Returns the value of attribute ip_range
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def ip_range @ip_range end |
#network_attachable ⇒ Object
Returns the value of attribute network_attachable
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def network_attachable @network_attachable end |
#network_gateway ⇒ Object
Returns the value of attribute network_gateway
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def network_gateway @network_gateway end |
#network_name ⇒ Object
Returns the value of attribute network_name
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def network_name @network_name end |
#network_parent ⇒ Object
Returns the value of attribute network_parent
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def network_parent @network_parent end |
#network_subnet ⇒ Object
Returns the value of attribute network_subnet
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def network_subnet @network_subnet end |
#network_type ⇒ Object
Returns the value of attribute network_type
14 15 16 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 14 def network_type @network_type end |