Class: ReconfigureAutostartRequestType
- Inherits:
-
Object
- Object
- ReconfigureAutostartRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigureAutostartRequestType
m__this - ManagedObjectReference
spec - HostAutoStartManagerConfig
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ ReconfigureAutostartRequestType
constructor
A new instance of ReconfigureAutostartRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, spec = nil) ⇒ ReconfigureAutostartRequestType
Returns a new instance of ReconfigureAutostartRequestType.
37601 37602 37603 37604 |
# File 'lib/vmware/soap/vim25.rb', line 37601 def initialize(v__this = nil, spec = nil) @v__this = v__this @spec = spec end |
Instance Attribute Details
permalink #spec ⇒ Object
Returns the value of attribute spec.
37591 37592 37593 |
# File 'lib/vmware/soap/vim25.rb', line 37591 def spec @spec end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
37593 37594 37595 |
# File 'lib/vmware/soap/vim25.rb', line 37593 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
37597 37598 37599 |
# File 'lib/vmware/soap/vim25.rb', line 37597 def m__this=(value) @v__this = value end |