Class: Ansible::Ruby::Modules::Oneview_network_set

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

Overview

Provides an interface to manage Network Set 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, #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 the Network Set properties.

Returns:

  • (Hash)

    List with the Network Set properties.



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

attribute :data

#state:present, ...

Returns Indicates the desired state for the Network Set resource. - C(present) will ensure data properties are compliant with OneView. - C(absent) will remove the resource from OneView, if it exists.

Returns:

  • (:present, :absent, nil)

    Indicates the desired state for the Network Set resource. - C(present) will ensure data properties are compliant with OneView. - C(absent) will remove the resource from OneView, if it exists.



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

attribute :state