Class: RetrieveEntityScheduledTaskRequestType

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

Overview

urn:vim25RetrieveEntityScheduledTaskRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RetrieveEntityScheduledTaskRequestType.



40104
40105
40106
40107
# File 'lib/vmware/soap/vim25.rb', line 40104

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

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



40094
40095
40096
# File 'lib/vmware/soap/vim25.rb', line 40094

def entity
  @entity
end

Instance Method Details

#m__thisObject



40096
40097
40098
# File 'lib/vmware/soap/vim25.rb', line 40096

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40100
40101
40102
# File 'lib/vmware/soap/vim25.rb', line 40100

def m__this=(value)
  @v__this = value
end