Class: Ansible::Ruby::Modules::Na_ontap_fcp

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

Overview

Start, Stop and Enable FCP services.

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

#state:present, ...

Returns Whether the FCP should be enabled or not.

Returns:

  • (:present, :absent, nil)

    Whether the FCP should be enabled or not.



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

attribute :state

#status:up, ...

Returns Whether the FCP should be up or down.

Returns:

  • (:up, :down, nil)

    Whether the FCP should be up or down



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

attribute :status

#vserverString

Returns The name of the vserver to use.

Returns:

  • (String)

    The name of the vserver to use.



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

attribute :vserver