Class: Ansible::Ruby::Modules::Na_ontap_net_ifgrp

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_ifgrp.rb

Overview

Create, modify, destroy the network interface group

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

#distribution_function:mac, ...

Returns Specifies the traffic distribution function for the ifgrp.

Returns:

  • (:mac, :ip, :sequential, :port, nil)

    Specifies the traffic distribution function for the ifgrp.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_ifgrp.rb', line 16

attribute :distribution_function

#modeString?

Returns Specifies the link policy for the ifgrp.

Returns:

  • (String, nil)

    Specifies the link policy for the ifgrp.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_ifgrp.rb', line 24

attribute :mode

#nameString

Returns Specifies the interface group name.

Returns:

  • (String)

    Specifies the interface group name.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_ifgrp.rb', line 20

attribute :name

#nodeString

Returns Specifies the name of node.

Returns:

  • (String)

    Specifies the name of node.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_ifgrp.rb', line 28

attribute :node

#portString?

Returns Adds the specified port.

Returns:

  • (String, nil)

    Adds the specified port.



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_ifgrp.rb', line 32

attribute :port

#state:present, ...

Returns Whether the specified network interface group should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified network interface group should exist or not.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_ifgrp.rb', line 12

attribute :state