Class: RenameSnapshotRequestType

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

Overview

urn:vim25RenameSnapshotRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, description = nil) ⇒ RenameSnapshotRequestType

Returns a new instance of RenameSnapshotRequestType.



40455
40456
40457
40458
40459
# File 'lib/vmware/soap/vim25.rb', line 40455

def initialize(v__this = nil, name = nil, description = nil)
  @v__this = v__this
  @name = name
  @description = description
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



40445
40446
40447
# File 'lib/vmware/soap/vim25.rb', line 40445

def description
  @description
end

#nameObject

Returns the value of attribute name.



40444
40445
40446
# File 'lib/vmware/soap/vim25.rb', line 40444

def name
  @name
end

Instance Method Details

#m__thisObject



40447
40448
40449
# File 'lib/vmware/soap/vim25.rb', line 40447

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40451
40452
40453
# File 'lib/vmware/soap/vim25.rb', line 40451

def m__this=(value)
  @v__this = value
end