Class: Ansible::Ruby::Modules::Ucs_vsans
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ucs_vsans
- Defined in:
- lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_vsans.rb
Overview
Configures VSANs on Cisco UCS Manager. Examples can be used with the UCS Platform Emulator U(communities.cisco.com/ucspe).
Instance Method Summary collapse
-
#fabric ⇒ :common, ...
The fabric configuration of the VSAN.
-
#fc_zoning ⇒ :disabled, ...
Fibre Channel zoning configuration for the Cisco UCS domain.,Fibre Channel zoning can be set to one of the following values:,disabled — The upstream switch handles Fibre Channel zoning, or Fibre Channel zoning is not implemented for the Cisco UCS domain.,enabled — Cisco UCS Manager configures and controls Fibre Channel zoning for the Cisco UCS domain.,If you enable Fibre Channel zoning, do not configure the upstream switch with any VSANs that are being used for Fibre Channel zoning.
-
#name ⇒ String
The name assigned to the VSAN.,This name can be between 1 and 32 alphanumeric characters.,You cannot use spaces or any special characters other than - (hyphen), “_” (underscore), : (colon), and .
-
#state ⇒ :present, ...
If C(present), will verify VSANs are present and will create if needed.,If C(absent), will verify VSANs are absent and will delete if needed.
-
#vlan_id ⇒ String
The unique string identifier assigned to the VLAN used for Fibre Channel connections.,Note that Cisco UCS Manager uses VLAN ‘4048’.
-
#vsan_id ⇒ String
The unique identifier assigned to the VSAN.,The ID can be a string between ‘1’ and ‘4078’, or between ‘4080’ and ‘4093’.
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
#fabric ⇒ :common, ...
33 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_vsans.rb', line 33 attribute :fabric |
#fc_zoning ⇒ :disabled, ...
29 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_vsans.rb', line 29 attribute :fc_zoning |
#name ⇒ String
17 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_vsans.rb', line 17 attribute :name |
#state ⇒ :present, ...
13 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_vsans.rb', line 13 attribute :state |
#vlan_id ⇒ String
25 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_vsans.rb', line 25 attribute :vlan_id |
#vsan_id ⇒ String
21 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_vsans.rb', line 21 attribute :vsan_id |