Class: CreateFolderRequestType

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

Overview

urn:vim25CreateFolderRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil) ⇒ CreateFolderRequestType

Returns a new instance of CreateFolderRequestType.



34581
34582
34583
34584
# File 'lib/vmware/soap/vim25.rb', line 34581

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



34571
34572
34573
# File 'lib/vmware/soap/vim25.rb', line 34571

def name
  @name
end

Instance Method Details

#m__thisObject



34573
34574
34575
# File 'lib/vmware/soap/vim25.rb', line 34573

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34577
34578
34579
# File 'lib/vmware/soap/vim25.rb', line 34577

def m__this=(value)
  @v__this = value
end