Class: Ansible::Ruby::Modules::Na_ontap_broadcast_domain

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

Overview

Modify a ONTAP broadcast domain.

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.rb', line 16

attribute :broadcast_domain

#ipspaceString?

Returns Specify the required ipspace for the broadcast domain.,A domain ipspace can not be modified after the domain has been created.

Returns:

  • (String, nil)

    Specify the required ipspace for the broadcast domain.,A domain ipspace can not be modified after the domain has been created



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

attribute :ipspace

#mtuString?

Returns Specify the required mtu for the broadcast domain.

Returns:

  • (String, nil)

    Specify the required mtu for the broadcast domain



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

attribute :mtu

#portsArray<String>, ...

Returns Specify the ports associated with this broadcast domain. Should be comma separated.

Returns:

  • (Array<String>, String, nil)

    Specify the ports associated with this broadcast domain. Should be comma separated



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

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.rb', line 12

attribute :state