Class: CloneVMRequestType

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

Overview

urn:vim25CloneVMRequestType

m__this - ManagedObjectReference
folder - ManagedObjectReference
name - SOAP::SOAPString
spec - VirtualMachineCloneSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, folder = nil, name = nil, spec = nil) ⇒ CloneVMRequestType

Returns a new instance of CloneVMRequestType.



37068
37069
37070
37071
37072
37073
# File 'lib/vmware/soap/vim25.rb', line 37068

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

Instance Attribute Details

#folderObject

Returns the value of attribute folder.



37056
37057
37058
# File 'lib/vmware/soap/vim25.rb', line 37056

def folder
  @folder
end

#nameObject

Returns the value of attribute name.



37057
37058
37059
# File 'lib/vmware/soap/vim25.rb', line 37057

def name
  @name
end

#specObject

Returns the value of attribute spec.



37058
37059
37060
# File 'lib/vmware/soap/vim25.rb', line 37058

def spec
  @spec
end

Instance Method Details

#m__thisObject



37060
37061
37062
# File 'lib/vmware/soap/vim25.rb', line 37060

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37064
37065
37066
# File 'lib/vmware/soap/vim25.rb', line 37064

def m__this=(value)
  @v__this = value
end