Class: Ansible::Ruby::Modules::Na_ontap_broadcast_domain_ports
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_broadcast_domain_ports
- 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
-
#broadcast_domain ⇒ String
Specify the broadcast_domain name.
-
#ipspace ⇒ Object?
Specify the ipspace for the broadcast domain.
-
#ports ⇒ String?
Specify the list of ports to add to or remove from this broadcast domain.
-
#state ⇒ :present, ...
Whether the specified broadcast domain should exist or not.
Methods inherited from Base
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_domain ⇒ String
Returns 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 |
#ipspace ⇒ Object?
Returns 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 |
#ports ⇒ String?
Returns 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.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_broadcast_domain_ports.rb', line 12 attribute :state |