Class: Ansible::Ruby::Modules::Vmware_dvswitch
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vmware_dvswitch
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb
Overview
Create or remove a distributed vSwitch
Instance Method Summary collapse
-
#datacenter_name ⇒ String
The name of the datacenter that will contain the dvSwitch.
-
#discovery_operation ⇒ :both, ...
Select the discovery operation.
-
#discovery_proto ⇒ :cdp, :lldp
Link discovery protocol between Cisco and Link Layer discovery.
-
#mtu ⇒ Integer
The switch maximum transmission unit.
-
#state ⇒ :present, ...
Create or remove dvSwitch.
-
#switch_name ⇒ String
The name of the switch to create or remove.
-
#uplink_quantity ⇒ Integer
Quantity of uplink per ESXi host added to the switch.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#datacenter_name ⇒ String
Returns The name of the datacenter that will contain the dvSwitch.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb', line 11 attribute :datacenter_name |
#discovery_operation ⇒ :both, ...
Returns Select the discovery operation.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb', line 31 attribute :discovery_operation |
#discovery_proto ⇒ :cdp, :lldp
Returns Link discovery protocol between Cisco and Link Layer discovery.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb', line 27 attribute :discovery_proto |
#mtu ⇒ Integer
Returns The switch maximum transmission unit.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb', line 19 attribute :mtu |
#state ⇒ :present, ...
Returns Create or remove dvSwitch.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb', line 35 attribute :state |
#switch_name ⇒ String
Returns The name of the switch to create or remove.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb', line 15 attribute :switch_name |
#uplink_quantity ⇒ Integer
Returns Quantity of uplink per ESXi host added to the switch.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb', line 23 attribute :uplink_quantity |