Class: RenameRequestType

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

Overview

urn:vim25RenameRequestType

m__this - ManagedObjectReference
newName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, newName = nil) ⇒ RenameRequestType

Returns a new instance of RenameRequestType.



35358
35359
35360
35361
# File 'lib/vmware/soap/vim25.rb', line 35358

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

Instance Attribute Details

#newNameObject

Returns the value of attribute newName.



35348
35349
35350
# File 'lib/vmware/soap/vim25.rb', line 35348

def newName
  @newName
end

Instance Method Details

#m__thisObject



35350
35351
35352
# File 'lib/vmware/soap/vim25.rb', line 35350

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35354
35355
35356
# File 'lib/vmware/soap/vim25.rb', line 35354

def m__this=(value)
  @v__this = value
end