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