Class: Ansible::Ruby::Modules::Vmware_host_firewall_manager

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

Overview

This module can be used to manage firewall configurations about an ESXi host when ESXi hostname or Cluster name is given.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#cluster_nameString?

Returns Name of the cluster.,Firewall settings are applied to every ESXi host system in given cluster.,If C(esxi_hostname) is not given, this parameter is required.

Returns:

  • (String, nil)

    Name of the cluster.,Firewall settings are applied to every ESXi host system in given cluster.,If C(esxi_hostname) is not given, this parameter is required.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_host_firewall_manager.rb', line 12

attribute :cluster_name

#esxi_hostnameString?

Returns ESXi hostname.,Firewall settings are applied to this ESXi host system.,If C(cluster_name) is not given, this parameter is required.

Returns:

  • (String, nil)

    ESXi hostname.,Firewall settings are applied to this ESXi host system.,If C(cluster_name) is not given, this parameter is required.



16
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_host_firewall_manager.rb', line 16

attribute :esxi_hostname

#rulesObject?

Returns A list of Rule set which needs to be managed.,Each member of list is rule set name and state to be set the rule.,Both rule name and rule state are required parameters.,Please see examples for more information.

Returns:

  • (Object, nil)

    A list of Rule set which needs to be managed.,Each member of list is rule set name and state to be set the rule.,Both rule name and rule state are required parameters.,Please see examples for more information.



20
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_host_firewall_manager.rb', line 20

attribute :rules