Class: Ansible::Ruby::Modules::Na_ontap_broadcast_domain_ports

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

Overview

Add or remove ONTAP broadcast domain ports. Existing ports that are not listed are kept.

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

#broadcast_domainString

Returns Specify the broadcast_domain name.

Returns:

  • (String)

    Specify the broadcast_domain name



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

attribute :broadcast_domain

#ipspaceObject?

Returns Specify the ipspace for the broadcast domain.

Returns:

  • (Object, nil)

    Specify the ipspace for the broadcast domain



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

attribute :ipspace

#portsString?

Returns Specify the list of ports to add to or remove from this broadcast domain.

Returns:

  • (String, nil)

    Specify the list of ports to add to or remove from this broadcast domain.



23
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_broadcast_domain_ports.rb', line 23

attribute :ports

#state:present, ...

Returns Whether the specified broadcast domain should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified broadcast domain should exist or not.



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

attribute :state