Class: SetVirtualDiskUuidRequestType

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

Overview

urn:vim25SetVirtualDiskUuidRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
uuid - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, datacenter = nil, uuid = nil) ⇒ SetVirtualDiskUuidRequestType

Returns a new instance of SetVirtualDiskUuidRequestType.



36663
36664
36665
36666
36667
36668
# File 'lib/vmware/soap/vim25.rb', line 36663

def initialize(v__this = nil, name = nil, datacenter = nil, uuid = nil)
  @v__this = v__this
  @name = name
  @datacenter = datacenter
  @uuid = uuid
end

Instance Attribute Details

#datacenterObject

Returns the value of attribute datacenter.



36652
36653
36654
# File 'lib/vmware/soap/vim25.rb', line 36652

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36651
36652
36653
# File 'lib/vmware/soap/vim25.rb', line 36651

def name
  @name
end

#uuidObject

Returns the value of attribute uuid.



36653
36654
36655
# File 'lib/vmware/soap/vim25.rb', line 36653

def uuid
  @uuid
end

Instance Method Details

#m__thisObject



36655
36656
36657
# File 'lib/vmware/soap/vim25.rb', line 36655

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36659
36660
36661
# File 'lib/vmware/soap/vim25.rb', line 36659

def m__this=(value)
  @v__this = value
end