Class: RegisterVMRequestType

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

Overview

urn:vim25RegisterVMRequestType

m__this - ManagedObjectReference
path - SOAP::SOAPString
name - SOAP::SOAPString
asTemplate - SOAP::SOAPBoolean
pool - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, path = nil, name = nil, asTemplate = nil, pool = nil, host = nil) ⇒ RegisterVMRequestType

Returns a new instance of RegisterVMRequestType.



34655
34656
34657
34658
34659
34660
34661
34662
# File 'lib/vmware/soap/vim25.rb', line 34655

def initialize(v__this = nil, path = nil, name = nil, asTemplate = nil, pool = nil, host = nil)
  @v__this = v__this
  @path = path
  @name = name
  @asTemplate = asTemplate
  @pool = pool
  @host = host
end

Instance Attribute Details

#asTemplateObject

Returns the value of attribute asTemplate.



34643
34644
34645
# File 'lib/vmware/soap/vim25.rb', line 34643

def asTemplate
  @asTemplate
end

#hostObject

Returns the value of attribute host.



34645
34646
34647
# File 'lib/vmware/soap/vim25.rb', line 34645

def host
  @host
end

#nameObject

Returns the value of attribute name.



34642
34643
34644
# File 'lib/vmware/soap/vim25.rb', line 34642

def name
  @name
end

#pathObject

Returns the value of attribute path.



34641
34642
34643
# File 'lib/vmware/soap/vim25.rb', line 34641

def path
  @path
end

#poolObject

Returns the value of attribute pool.



34644
34645
34646
# File 'lib/vmware/soap/vim25.rb', line 34644

def pool
  @pool
end

Instance Method Details

#m__thisObject



34647
34648
34649
# File 'lib/vmware/soap/vim25.rb', line 34647

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34651
34652
34653
# File 'lib/vmware/soap/vim25.rb', line 34651

def m__this=(value)
  @v__this = value
end