Class: Ansible::Ruby::Modules::Nxos_vpc
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_vpc
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb
Overview
Manages global VPC configuration
Instance Method Summary collapse
-
#auto_recovery ⇒ Symbol?
Enables/Disables auto recovery.
-
#delay_restore ⇒ Symbol?
Manages delay restore command and config value in seconds.
-
#domain ⇒ Integer
VPC domain.
-
#peer_gw ⇒ Symbol?
Enables/Disables peer gateway.
-
#pkl_dest ⇒ String?
Destination (remote) IP address used for peer keepalive link.
-
#pkl_src ⇒ String?
Source IP address used for peer keepalive link.
-
#pkl_vrf ⇒ String?
VRF used for peer keepalive link.
-
#role_priority ⇒ Integer?
Role priority for device.
-
#state ⇒ :present, :absent
Manages desired state of the resource.
-
#system_priority ⇒ Integer?
System priority device.
Methods inherited from Base
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
#auto_recovery ⇒ Symbol?
Returns Enables/Disables auto recovery.
40 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 40 attribute :auto_recovery |
#delay_restore ⇒ Symbol?
Returns manages delay restore command and config value in seconds.
44 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 44 attribute :delay_restore |
#domain ⇒ Integer
Returns VPC domain.
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 12 attribute :domain |
#peer_gw ⇒ Symbol?
Returns Enables/Disables peer gateway.
36 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 36 attribute :peer_gw |
#pkl_dest ⇒ String?
Returns Destination (remote) IP address used for peer keepalive link.
28 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 28 attribute :pkl_dest |
#pkl_src ⇒ String?
Returns Source IP address used for peer keepalive link.
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 24 attribute :pkl_src |
#pkl_vrf ⇒ String?
Returns VRF used for peer keepalive link.
32 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 32 attribute :pkl_vrf |
#role_priority ⇒ Integer?
Returns Role priority for device. Remember lower is better.
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 16 attribute :role_priority |
#state ⇒ :present, :absent
Returns Manages desired state of the resource.
48 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 48 attribute :state |
#system_priority ⇒ Integer?
Returns System priority device. Remember they must match between peers.
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 20 attribute :system_priority |