Class: AddVirtualSwitchRequestType
- Inherits:
-
Object
- Object
- AddVirtualSwitchRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddVirtualSwitchRequestType
m__this - ManagedObjectReference
vswitchName - SOAP::SOAPString
spec - HostVirtualSwitchSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
-
#vswitchName ⇒ Object
Returns the value of attribute vswitchName.
Instance Method Summary collapse
-
#initialize(v__this = nil, vswitchName = nil, spec = nil) ⇒ AddVirtualSwitchRequestType
constructor
A new instance of AddVirtualSwitchRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, vswitchName = nil, spec = nil) ⇒ AddVirtualSwitchRequestType
Returns a new instance of AddVirtualSwitchRequestType.
38756 38757 38758 38759 38760 |
# File 'lib/vmware/soap/vim25.rb', line 38756 def initialize(v__this = nil, vswitchName = nil, spec = nil) @v__this = v__this @vswitchName = vswitchName @spec = spec end |
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
38746 38747 38748 |
# File 'lib/vmware/soap/vim25.rb', line 38746 def spec @spec end |
#vswitchName ⇒ Object
Returns the value of attribute vswitchName.
38745 38746 38747 |
# File 'lib/vmware/soap/vim25.rb', line 38745 def vswitchName @vswitchName end |
Instance Method Details
#m__this ⇒ Object
38748 38749 38750 |
# File 'lib/vmware/soap/vim25.rb', line 38748 def m__this @v__this end |
#m__this=(value) ⇒ Object
38752 38753 38754 |
# File 'lib/vmware/soap/vim25.rb', line 38752 def m__this=(value) @v__this = value end |