Class: UpdateConfigRequestType
- Inherits:
-
Object
- Object
- UpdateConfigRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateConfigRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
config - ResourceConfigSpec
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, config = nil) ⇒ UpdateConfigRequestType
constructor
A new instance of UpdateConfigRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#config ⇒ Object
Returns the value of attribute config.
35631 35632 35633 |
# File 'lib/vmware/soap/vim25.rb', line 35631 def config @config end |
#name ⇒ Object
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__this ⇒ Object
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 |