Class: UpdateVirtualSwitchRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25UpdateVirtualSwitchRequestType

m__this - ManagedObjectReference
vswitchName - SOAP::SOAPString
spec - HostVirtualSwitchSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#specObject

Returns the value of attribute spec.



38789
38790
38791
# File 'lib/vmware/soap/vim25.rb', line 38789

def spec
  @spec
end

#vswitchNameObject

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__thisObject



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