Class: GetAlarmRequestType

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

Overview

urn:vim25GetAlarmRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetAlarmRequestType.

[View source]

37339
37340
37341
37342
# File 'lib/vmware/soap/vim25.rb', line 37339

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

Instance Attribute Details

#entityObject

Returns the value of attribute entity.


37329
37330
37331
# File 'lib/vmware/soap/vim25.rb', line 37329

def entity
  @entity
end

Instance Method Details

#m__thisObject

[View source]

37331
37332
37333
# File 'lib/vmware/soap/vim25.rb', line 37331

def m__this
  @v__this
end

#m__this=(value) ⇒ Object

[View source]

37335
37336
37337
# File 'lib/vmware/soap/vim25.rb', line 37335

def m__this=(value)
  @v__this = value
end