Class: Ansible::Ruby::Modules::Vmware_portgroup
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vmware_portgroup
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_portgroup.rb
Instance Method Summary collapse
-
#portgroup_name ⇒ String
Portgroup name to add.
-
#switch_name ⇒ String
VSwitch to modify.
-
#vlan_id ⇒ String
VLAN ID to assign to portgroup.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#portgroup_name ⇒ String
Returns Portgroup name to add.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_portgroup.rb', line 14 attribute :portgroup_name |
#switch_name ⇒ String
Returns vSwitch to modify.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_portgroup.rb', line 10 attribute :switch_name |
#vlan_id ⇒ String
Returns VLAN ID to assign to portgroup.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_portgroup.rb', line 18 attribute :vlan_id |