Class: SetVirtualDiskUuidRequestType
- Inherits:
-
Object
- Object
- SetVirtualDiskUuidRequestType
- 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
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#name ⇒ Object
Returns the value of attribute name.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, datacenter = nil, uuid = nil) ⇒ SetVirtualDiskUuidRequestType
constructor
A new instance of SetVirtualDiskUuidRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#datacenter ⇒ Object
Returns the value of attribute datacenter.
36652 36653 36654 |
# File 'lib/vmware/soap/vim25.rb', line 36652 def datacenter @datacenter end |
#name ⇒ Object
Returns the value of attribute name.
36651 36652 36653 |
# File 'lib/vmware/soap/vim25.rb', line 36651 def name @name end |
#uuid ⇒ Object
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__this ⇒ Object
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 |