Class: Ansible::Ruby::Modules::Nxos_ip_interface
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_ip_interface
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ip_interface.rb
Instance Method Summary collapse
-
#addr ⇒ String?
IPv4 or IPv6 Address.
-
#interface ⇒ String
Full name of interface, i.e.
-
#mask ⇒ String?
Subnet mask for IPv4 or IPv6 Address in decimal format.
-
#state ⇒ :present, ...
Specify desired state of the resource.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#addr ⇒ String?
Returns IPv4 or IPv6 Address.
14 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ip_interface.rb', line 14 attribute :addr |
#interface ⇒ String
Returns Full name of interface, i.e. Ethernet1/1, vlan10.
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ip_interface.rb', line 10 attribute :interface |
#mask ⇒ String?
Returns Subnet mask for IPv4 or IPv6 Address in decimal format.
18 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ip_interface.rb', line 18 attribute :mask |
#state ⇒ :present, ...
Returns Specify desired state of the resource.
22 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ip_interface.rb', line 22 attribute :state |