Class: Ansible::Ruby::Modules::Na_ontap_net_port

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

Overview

Modify a ONTAP network port.

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

#autonegotiate_adminString?

Returns Enables or disables Ethernet auto-negotiation of speed, duplex and flow control.

Returns:

  • (String, nil)

    Enables or disables Ethernet auto-negotiation of speed, duplex and flow control.



27
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_port.rb', line 27

attribute :autonegotiate_admin

#duplex_adminObject?

Returns Specifies the user preferred duplex setting of the port.,Valid values auto, half, full.

Returns:

  • (Object, nil)

    Specifies the user preferred duplex setting of the port.,Valid values auto, half, full



31
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_port.rb', line 31

attribute :duplex_admin

#flowcontrol_adminObject?

Returns Specifies the user preferred flow control setting of the port.

Returns:

  • (Object, nil)

    Specifies the user preferred flow control setting of the port.



37
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_port.rb', line 37

attribute :flowcontrol_admin

#ipspaceObject?

Returns Specifies the port’s associated IPspace name.,The ‘Cluster’ ipspace is reserved for cluster ports.

Returns:

  • (Object, nil)

    Specifies the port’s associated IPspace name.,The ‘Cluster’ ipspace is reserved for cluster ports.



40
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_port.rb', line 40

attribute :ipspace

#mtuObject?

Returns Specifies the maximum transmission unit (MTU) reported by the port.

Returns:

  • (Object, nil)

    Specifies the maximum transmission unit (MTU) reported by the port.



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

attribute :mtu

#nodeString

Returns Specifies the name of node.

Returns:

  • (String)

    Specifies the name of node.



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

attribute :node

#portString

Returns Specifies the name of port.

Returns:

  • (String)

    Specifies the name of port.



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

attribute :port

#speed_adminObject?

Returns Specifies the user preferred speed setting of the port.

Returns:

  • (Object, nil)

    Specifies the user preferred speed setting of the port.



34
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_port.rb', line 34

attribute :speed_admin

#state:present?

Returns Whether the specified net port should exist or not.

Returns:

  • (:present, nil)

    Whether the specified net port should exist or not.



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

attribute :state