Class: CreateAlarmRequestType

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

Overview

urn:vim25CreateAlarmRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
spec - AlarmSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, spec = nil) ⇒ CreateAlarmRequestType

Returns a new instance of CreateAlarmRequestType.



37318
37319
37320
37321
37322
# File 'lib/vmware/soap/vim25.rb', line 37318

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

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



37307
37308
37309
# File 'lib/vmware/soap/vim25.rb', line 37307

def entity
  @entity
end

#specObject

Returns the value of attribute spec.



37308
37309
37310
# File 'lib/vmware/soap/vim25.rb', line 37308

def spec
  @spec
end

Instance Method Details

#m__thisObject



37310
37311
37312
# File 'lib/vmware/soap/vim25.rb', line 37310

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37314
37315
37316
# File 'lib/vmware/soap/vim25.rb', line 37314

def m__this=(value)
  @v__this = value
end