Class: Ansible::Ruby::Modules::Nxos_vpc

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

Overview

Manages global VPC configuration

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

#auto_recoverySymbol?

Returns Enables/Disables auto recovery.

Returns:

  • (Symbol, nil)

    Enables/Disables auto recovery



40
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 40

attribute :auto_recovery

#delay_restoreSymbol?

Returns manages delay restore command and config value in seconds.

Returns:

  • (Symbol, nil)

    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

#domainInteger

Returns VPC domain.

Returns:

  • (Integer)

    VPC domain



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 12

attribute :domain

#peer_gwSymbol?

Returns Enables/Disables peer gateway.

Returns:

  • (Symbol, nil)

    Enables/Disables peer gateway



36
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 36

attribute :peer_gw

#pkl_destString?

Returns Destination (remote) IP address used for peer keepalive link.

Returns:

  • (String, nil)

    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_srcString?

Returns Source IP address used for peer keepalive link.

Returns:

  • (String, nil)

    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_vrfString?

Returns VRF used for peer keepalive link.

Returns:

  • (String, nil)

    VRF used for peer keepalive link



32
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 32

attribute :pkl_vrf

#role_priorityInteger?

Returns Role priority for device. Remember lower is better.

Returns:

  • (Integer, nil)

    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.

Returns:

  • (:present, :absent)

    Manages desired state of the resource



48
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc.rb', line 48

attribute :state

#system_priorityInteger?

Returns System priority device. Remember they must match between peers.

Returns:

  • (Integer, nil)

    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