Class: RenameDatastoreRequestType

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

Overview

urn:vim25RenameDatastoreRequestType

m__this - ManagedObjectReference
newName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RenameDatastoreRequestType.



34099
34100
34101
34102
# File 'lib/vmware/soap/vim25.rb', line 34099

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

Instance Attribute Details

#newNameObject

Returns the value of attribute newName.



34089
34090
34091
# File 'lib/vmware/soap/vim25.rb', line 34089

def newName
  @newName
end

Instance Method Details

#m__thisObject



34091
34092
34093
# File 'lib/vmware/soap/vim25.rb', line 34091

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34095
34096
34097
# File 'lib/vmware/soap/vim25.rb', line 34095

def m__this=(value)
  @v__this = value
end