Class: Ansible::Ruby::Modules::Panos_interface

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb

Overview

Configure data-port (DP) network interface for DHCP. By default DP interfaces are static.

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

#commitBoolean?

Returns Commit if changed.

Returns:

  • (Boolean, nil)

    Commit if changed



24
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 24

attribute :commit

#create_default_routeString?

Returns Whether or not to add default route with router learned via DHCP.

Returns:

  • (String, nil)

    Whether or not to add default route with router learned via DHCP.



20
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 20

attribute :create_default_route

#if_nameString

Returns Name of the interface to configure.

Returns:

  • (String)

    Name of the interface to configure.



12
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 12

attribute :if_name

#zone_nameString

Returns Name of the zone for the interface. If the zone does not exist it is created but if the zone exists and it is not of the layer3 type the operation will fail.rn.

Returns:

  • (String)

    Name of the zone for the interface. If the zone does not exist it is created but if the zone exists and it is not of the layer3 type the operation will fail.rn



16
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 16

attribute :zone_name