Class: Ansible::Ruby::Modules::Virt_net
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Virt_net
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb
Instance Method Summary collapse
-
#autostart ⇒ :yes, ...
Specify if a given storage pool should be started automatically on system boot.
-
#command ⇒ :define, ...
In addition to state management, various non-idempotent commands are available.
-
#name ⇒ String
Name of the network being managed.
-
#state ⇒ :active, ...
Specify which state you want a network to be in.
-
#uri ⇒ String?
Libvirt connection uri.
-
#xml ⇒ String?
XML document used with the define command.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#autostart ⇒ :yes, ...
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb', line 22 attribute :autostart |
#command ⇒ :define, ...
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb', line 18 attribute :command |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb', line 10 attribute :name |
#state ⇒ :active, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb', line 14 attribute :state |
#uri ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb', line 26 attribute :uri |
#xml ⇒ String?
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb', line 30 attribute :xml |