Class: Ansible::Ruby::Modules::Oneview_san_manager

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/remote_management/oneview/oneview_san_manager.rb

Overview

Provides an interface to manage SAN Manager resources. Can create, update, or delete.

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

#dataHash

Returns List with SAN Manager properties.

Returns:

  • (Hash)

    List with SAN Manager properties.



16
# File 'lib/ansible/ruby/modules/generated/remote_management/oneview/oneview_san_manager.rb', line 16

attribute :data

#state:present, ...

Returns Indicates the desired state for the Uplink Set resource. - C(present) ensures data properties are compliant with OneView. - C(absent) removes the resource from OneView, if it exists. - C(connection_information_set) updates the connection information for the SAN Manager. This operation is non-idempotent.

Returns:

  • (:present, :absent, :connection_information_set, nil)

    Indicates the desired state for the Uplink Set resource. - C(present) ensures data properties are compliant with OneView. - C(absent) removes the resource from OneView, if it exists. - C(connection_information_set) updates the connection information for the SAN Manager. This operation is non-idempotent.



12
# File 'lib/ansible/ruby/modules/generated/remote_management/oneview/oneview_san_manager.rb', line 12

attribute :state