Class: AddVirtualSwitchRequestType

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

Overview

urn:vim25AddVirtualSwitchRequestType

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) ⇒ 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

#specObject

Returns the value of attribute spec.



38746
38747
38748
# File 'lib/vmware/soap/vim25.rb', line 38746

def spec
  @spec
end

#vswitchNameObject

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__thisObject



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