Class: Ansible::Ruby::Modules::Vultr_firewall_group

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vultr/vr_firewall_group.rb,
lib/ansible/ruby/modules/generated/cloud/vultr/vultr_firewall_group.rb

Overview

Create and remove firewall groups.

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

#nameString

Returns Name of the firewall group.

Returns:

  • (String)

    Name of the firewall group.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vr_firewall_group.rb', line 12

attribute :name

#state:present, ...

Returns State of the firewall group.

Returns:

  • (:present, :absent, nil)

    State of the firewall group.



16
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vr_firewall_group.rb', line 16

attribute :state