Class: UpdateConfigRequestType

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

Overview

urn:vim25UpdateConfigRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
config - ResourceConfigSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, config = nil) ⇒ UpdateConfigRequestType

Returns a new instance of UpdateConfigRequestType.



35641
35642
35643
35644
35645
# File 'lib/vmware/soap/vim25.rb', line 35641

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

Instance Attribute Details

#configObject

Returns the value of attribute config.



35631
35632
35633
# File 'lib/vmware/soap/vim25.rb', line 35631

def config
  @config
end

#nameObject

Returns the value of attribute name.



35630
35631
35632
# File 'lib/vmware/soap/vim25.rb', line 35630

def name
  @name
end

Instance Method Details

#m__thisObject



35633
35634
35635
# File 'lib/vmware/soap/vim25.rb', line 35633

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35637
35638
35639
# File 'lib/vmware/soap/vim25.rb', line 35637

def m__this=(value)
  @v__this = value
end