Class: ReconfigureAlarmRequestType

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

Overview

urn:vim25ReconfigureAlarmRequestType

m__this - ManagedObjectReference
spec - AlarmSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReconfigureAlarmRequestType.



37288
37289
37290
37291
# File 'lib/vmware/soap/vim25.rb', line 37288

def initialize(v__this = nil, spec = nil)
  @v__this = v__this
  @spec = spec
end

Instance Attribute Details

#specObject

Returns the value of attribute spec.



37278
37279
37280
# File 'lib/vmware/soap/vim25.rb', line 37278

def spec
  @spec
end

Instance Method Details

#m__thisObject



37280
37281
37282
# File 'lib/vmware/soap/vim25.rb', line 37280

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37284
37285
37286
# File 'lib/vmware/soap/vim25.rb', line 37284

def m__this=(value)
  @v__this = value
end