Class: Ansible::Ruby::Modules::Netapp_e_hostgroup

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

Overview

Create, update or destroy host groups on a NetApp E-Series storage array.

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

#api_passwordString

Returns The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.



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

attribute :api_password

#api_urlString

Returns The url to the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The url to the SANtricity WebServices Proxy or embedded REST API.



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

attribute :api_url

#api_usernameString

Returns The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.



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

attribute :api_username

#hostsObject?

Returns a list of host names/labels to add to the group.

Returns:

  • (Object, nil)

    a list of host names/labels to add to the group



45
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_hostgroup.rb', line 45

attribute :hosts

#idObject?

Returns The id number of the host group to manage. Either this or C(name) must be supplied.

Returns:

  • (Object, nil)

    The id number of the host group to manage. Either this or C(name) must be supplied.



42
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_hostgroup.rb', line 42

attribute :id

#nameObject?

Returns The name of the host group to manage. Either this or C(id_num) must be supplied.

Returns:

  • (Object, nil)

    The name of the host group to manage. Either this or C(id_num) must be supplied.



36
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_hostgroup.rb', line 36

attribute :name

#new_nameObject?

Returns specify this when you need to update the name of a host group.

Returns:

  • (Object, nil)

    specify this when you need to update the name of a host group



39
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_hostgroup.rb', line 39

attribute :new_name

#ssidString

Returns The ID of the array to manage (as configured on the web services proxy).

Returns:

  • (String)

    The ID of the array to manage (as configured on the web services proxy).



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

attribute :ssid

#state:present, :absent

Returns Whether the specified host group should exist or not.

Returns:

  • (:present, :absent)

    Whether the specified host group should exist or not.



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

attribute :state

#validate_certsBoolean?

Returns Should https certificates be validated?.

Returns:

  • (Boolean, nil)

    Should https certificates be validated?



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

attribute :validate_certs