Class: RenameDatastoreRequestType
- Inherits:
-
Object
- Object
- RenameDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RenameDatastoreRequestType
m__this - ManagedObjectReference
newName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#newName ⇒ Object
Returns the value of attribute newName.
Instance Method Summary collapse
-
#initialize(v__this = nil, newName = nil) ⇒ RenameDatastoreRequestType
constructor
A new instance of RenameDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#newName ⇒ Object
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__this ⇒ Object
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 |