Class: GetAlarmStateRequestType

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

Overview

urn:vim25GetAlarmStateRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil) ⇒ GetAlarmStateRequestType

Returns a new instance of GetAlarmStateRequestType.



37359
37360
37361
37362
# File 'lib/vmware/soap/vim25.rb', line 37359

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

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



37349
37350
37351
# File 'lib/vmware/soap/vim25.rb', line 37349

def entity
  @entity
end

Instance Method Details

#m__thisObject



37351
37352
37353
# File 'lib/vmware/soap/vim25.rb', line 37351

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37355
37356
37357
# File 'lib/vmware/soap/vim25.rb', line 37355

def m__this=(value)
  @v__this = value
end