Class: Ansible::Ruby::Modules::Panos_interface
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Panos_interface
- 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
-
#commit ⇒ Boolean?
Commit if changed.
-
#create_default_route ⇒ String?
Whether or not to add default route with router learned via DHCP.
-
#if_name ⇒ String
Name of the interface to configure.
-
#zone_name ⇒ String
Name of the zone for the interface.
Methods inherited from Base
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
#commit ⇒ Boolean?
24 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 24 attribute :commit |
#create_default_route ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 20 attribute :create_default_route |
#if_name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 12 attribute :if_name |
#zone_name ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_interface.rb', line 16 attribute :zone_name |