Class: UpdateVirtualSwitchRequestType
- Inherits:
-
Object
- Object
- UpdateVirtualSwitchRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateVirtualSwitchRequestType
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) ⇒ UpdateVirtualSwitchRequestType
constructor
A new instance of UpdateVirtualSwitchRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, vswitchName = nil, spec = nil) ⇒ UpdateVirtualSwitchRequestType
Returns a new instance of UpdateVirtualSwitchRequestType.
38799 38800 38801 38802 38803 |
# File 'lib/vmware/soap/vim25.rb', line 38799 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.
38789 38790 38791 |
# File 'lib/vmware/soap/vim25.rb', line 38789 def spec @spec end |
#vswitchName ⇒ Object
Returns the value of attribute vswitchName.
38788 38789 38790 |
# File 'lib/vmware/soap/vim25.rb', line 38788 def vswitchName @vswitchName end |
Instance Method Details
#m__this ⇒ Object
38791 38792 38793 |
# File 'lib/vmware/soap/vim25.rb', line 38791 def m__this @v__this end |
#m__this=(value) ⇒ Object
38795 38796 38797 |
# File 'lib/vmware/soap/vim25.rb', line 38795 def m__this=(value) @v__this = value end |