Class: UpdateNetworkConfigRequestType

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

Overview

urn:vim25UpdateNetworkConfigRequestType

m__this - ManagedObjectReference
config - HostNetworkConfig
changeMode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, config = nil, changeMode = nil) ⇒ UpdateNetworkConfigRequestType

Returns a new instance of UpdateNetworkConfigRequestType.



38673
38674
38675
38676
38677
# File 'lib/vmware/soap/vim25.rb', line 38673

def initialize(v__this = nil, config = nil, changeMode = nil)
  @v__this = v__this
  @config = config
  @changeMode = changeMode
end

Instance Attribute Details

#changeModeObject

Returns the value of attribute changeMode.



38663
38664
38665
# File 'lib/vmware/soap/vim25.rb', line 38663

def changeMode
  @changeMode
end

#configObject

Returns the value of attribute config.



38662
38663
38664
# File 'lib/vmware/soap/vim25.rb', line 38662

def config
  @config
end

Instance Method Details

#m__thisObject



38665
38666
38667
# File 'lib/vmware/soap/vim25.rb', line 38665

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38669
38670
38671
# File 'lib/vmware/soap/vim25.rb', line 38669

def m__this=(value)
  @v__this = value
end