Class: RenameCustomizationSpecRequestType

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

Overview

urn:vim25RenameCustomizationSpecRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
newName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject

Returns the value of attribute name.


33947
33948
33949
# File 'lib/vmware/soap/vim25.rb', line 33947

def name
  @name
end

#newNameObject

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__thisObject


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