Class: Ansible::Ruby::Modules::Nxos_vpc_interface

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

Overview

Manages interface 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

Returns Set to true/false for peer link config on associated portchannel.

Returns:

  • (Object, nil)

    Set to true/false for peer link config on associated portchannel.



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc_interface.rb', line 20

attribute :peer_link

#portchannelInteger

Returns Group number of the portchannel that will be configured.

Returns:

  • (Integer)

    Group number of the portchannel that will be configured.



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

attribute :portchannel

#state:present, :absent

Returns Manages desired state of the resource.

Returns:

  • (:present, :absent)

    Manages desired state of the resource.



23
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc_interface.rb', line 23

attribute :state

#vpcInteger?

Returns VPC group/id that will be configured on associated portchannel.

Returns:

  • (Integer, nil)

    VPC group/id that will be configured on associated portchannel.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vpc_interface.rb', line 16

attribute :vpc