Class: RenameCustomizationSpecRequestType
- Inherits:
-
Object
- Object
- RenameCustomizationSpecRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RenameCustomizationSpecRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
newName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#newName ⇒ Object
Returns the value of attribute newName.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, newName = nil) ⇒ RenameCustomizationSpecRequestType
constructor
A new instance of RenameCustomizationSpecRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, newName = nil) ⇒ RenameCustomizationSpecRequestType
Returns a new instance of RenameCustomizationSpecRequestType.
33958 33959 33960 33961 33962 |
# File 'lib/vmware/soap/vim25.rb', line 33958 def initialize(v__this = nil, name = nil, newName = nil) @v__this = v__this @name = name @newName = newName end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
33947 33948 33949 |
# File 'lib/vmware/soap/vim25.rb', line 33947 def name @name end |
#newName ⇒ Object
Returns the value of attribute newName.
33948 33949 33950 |
# File 'lib/vmware/soap/vim25.rb', line 33948 def newName @newName end |
Instance Method Details
#m__this ⇒ Object
33950 33951 33952 |
# File 'lib/vmware/soap/vim25.rb', line 33950 def m__this @v__this end |
#m__this=(value) ⇒ Object
33954 33955 33956 |
# File 'lib/vmware/soap/vim25.rb', line 33954 def m__this=(value) @v__this = value end |