Class: ReconfigureAutostartRequestType

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

Overview

urn:vim25ReconfigureAutostartRequestType

m__this - ManagedObjectReference
spec - HostAutoStartManagerConfig

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, spec = nil) ⇒ ReconfigureAutostartRequestType

Returns a new instance of ReconfigureAutostartRequestType.

[View source]

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

#specObject

Returns the value of attribute spec.


37591
37592
37593
# File 'lib/vmware/soap/vim25.rb', line 37591

def spec
  @spec
end

Instance Method Details

#m__thisObject

[View source]

37593
37594
37595
# File 'lib/vmware/soap/vim25.rb', line 37593

def m__this
  @v__this
end

#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