Class: Ansible::Ruby::Modules::Na_elementsw_vlan
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_elementsw_vlan
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb
Overview
Create, delete, modify VLAN
Instance Method Summary collapse
-
#address_blocks ⇒ Array<Hash>, ...
List of address blocks for the VLAN,Each address block contains the starting IP address and size for the block,Required for create.
-
#attributes ⇒ Object?
Dictionary of attributes with name and value for each attribute.
-
#gateway ⇒ Object?
Gateway for the VLAN.
-
#name ⇒ String?
User defined name for the new VLAN,Name of the vlan is unique,Required for create.
-
#namespace ⇒ Symbol?
Enable or disable namespaces.
-
#netmask ⇒ String?
Netmask for the VLAN,Required for create.
-
#state ⇒ :present, ...
Whether the specified vlan should exist or not.
-
#svip ⇒ String?
Storage virtual IP which is unique,Required for create.
-
#vlan_tag ⇒ Integer
Virtual Network Tag.
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
#address_blocks ⇒ Array<Hash>, ...
Returns List of address blocks for the VLAN,Each address block contains the starting IP address and size for the block,Required for create.
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 28 attribute :address_blocks |
#attributes ⇒ Object?
Returns Dictionary of attributes with name and value for each attribute.
43 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 43 attribute :attributes |
#gateway ⇒ Object?
Returns Gateway for the VLAN.
36 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 36 attribute :gateway |
#name ⇒ String?
Returns User defined name for the new VLAN,Name of the vlan is unique,Required for create.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 20 attribute :name |
#namespace ⇒ Symbol?
Returns Enable or disable namespaces.
39 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 39 attribute :namespace |
#netmask ⇒ String?
Returns Netmask for the VLAN,Required for create.
32 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 32 attribute :netmask |
#state ⇒ :present, ...
Returns Whether the specified vlan should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 12 attribute :state |
#svip ⇒ String?
Returns Storage virtual IP which is unique,Required for create.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 24 attribute :svip |
#vlan_tag ⇒ Integer
Returns Virtual Network Tag.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_vlan.rb', line 16 attribute :vlan_tag |