Class: Ansible::Ruby::Modules::Virt_net

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/misc/virt_net.rb

Overview

Manage I(libvirt) networks.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#autostartSymbol?

Returns Specify if a given network should be started automatically on system boot.

Returns:

  • (Symbol, nil)

    Specify if a given network should be started automatically on system boot.



24
# File 'lib/ansible/ruby/modules/generated/cloud/misc/virt_net.rb', line 24

attribute :autostart

#command:define, ...

Returns in addition to state management, various non-idempotent commands are available. See examples. Modify was added in version 2.1.

Returns:

  • (:define, :create, :start, :stop, :destroy, :undefine, :get_xml, :list_nets, :facts, :info, :status, :modify, nil)

    in addition to state management, various non-idempotent commands are available. See examples. Modify was added in version 2.1



20
# File 'lib/ansible/ruby/modules/generated/cloud/misc/virt_net.rb', line 20

attribute :command

#nameString

Returns name of the network being managed. Note that network must be previously defined with xml.

Returns:

  • (String)

    name of the network being managed. Note that network must be previously defined with xml.



12
# File 'lib/ansible/ruby/modules/generated/cloud/misc/virt_net.rb', line 12

attribute :name

#state:active, ...

Returns specify which state you want a network to be in. If ‘active’, network will be started. If ‘present’, ensure that network is present but do not change its state; if it’s missing, you need to specify xml argument. If ‘inactive’, network will be stopped. If ‘undefined’ or ‘absent’, network will be removed from I(libvirt) configuration.

Returns:

  • (:active, :inactive, :present, :absent, nil)

    specify which state you want a network to be in. If ‘active’, network will be started. If ‘present’, ensure that network is present but do not change its state; if it’s missing, you need to specify xml argument. If ‘inactive’, network will be stopped. If ‘undefined’ or ‘absent’, network will be removed from I(libvirt) configuration.



16
# File 'lib/ansible/ruby/modules/generated/cloud/misc/virt_net.rb', line 16

attribute :state

#uriString?

Returns libvirt connection uri.

Returns:

  • (String, nil)

    libvirt connection uri.



28
# File 'lib/ansible/ruby/modules/generated/cloud/misc/virt_net.rb', line 28

attribute :uri

#xmlString?

Returns XML document used with the define command.

Returns:

  • (String, nil)

    XML document used with the define command.



32
# File 'lib/ansible/ruby/modules/generated/cloud/misc/virt_net.rb', line 32

attribute :xml