Class: CreateScheduledTaskRequestType

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

Overview

urn:vim25CreateScheduledTaskRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
spec - ScheduledTaskSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CreateScheduledTaskRequestType.



40083
40084
40085
40086
40087
# File 'lib/vmware/soap/vim25.rb', line 40083

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.



40072
40073
40074
# File 'lib/vmware/soap/vim25.rb', line 40072

def entity
  @entity
end

#specObject

Returns the value of attribute spec.



40073
40074
40075
# File 'lib/vmware/soap/vim25.rb', line 40073

def spec
  @spec
end

Instance Method Details

#m__thisObject



40075
40076
40077
# File 'lib/vmware/soap/vim25.rb', line 40075

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40079
40080
40081
# File 'lib/vmware/soap/vim25.rb', line 40079

def m__this=(value)
  @v__this = value
end