Class: CustomizeVMRequestType

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

Overview

urn:vim25CustomizeVMRequestType

m__this - ManagedObjectReference
spec - CustomizationSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, spec = nil) ⇒ CustomizeVMRequestType

Returns a new instance of CustomizeVMRequestType.


36975
36976
36977
36978
# File 'lib/vmware/soap/vim25.rb', line 36975

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

Instance Attribute Details

#specObject

Returns the value of attribute spec.


36965
36966
36967
# File 'lib/vmware/soap/vim25.rb', line 36965

def spec
  @spec
end

Instance Method Details

#m__thisObject


36967
36968
36969
# File 'lib/vmware/soap/vim25.rb', line 36967

def m__this
  @v__this
end

#m__this=(value) ⇒ Object


36971
36972
36973
# File 'lib/vmware/soap/vim25.rb', line 36971

def m__this=(value)
  @v__this = value
end