Class: CreateVirtualDiskRequestType
- Inherits:
-
Object
- Object
- CreateVirtualDiskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateVirtualDiskRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
spec - VirtualDiskSpec
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#name ⇒ Object
Returns the value of attribute name.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, datacenter = nil, spec = nil) ⇒ CreateVirtualDiskRequestType
constructor
A new instance of CreateVirtualDiskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, datacenter = nil, spec = nil) ⇒ CreateVirtualDiskRequestType
Returns a new instance of CreateVirtualDiskRequestType.
36403 36404 36405 36406 36407 36408 |
# File 'lib/vmware/soap/vim25.rb', line 36403 def initialize(v__this = nil, name = nil, datacenter = nil, spec = nil) @v__this = v__this @name = name @datacenter = datacenter @spec = spec end |
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
36392 36393 36394 |
# File 'lib/vmware/soap/vim25.rb', line 36392 def datacenter @datacenter end |
#name ⇒ Object
Returns the value of attribute name.
36391 36392 36393 |
# File 'lib/vmware/soap/vim25.rb', line 36391 def name @name end |
#spec ⇒ Object
Returns the value of attribute spec.
36393 36394 36395 |
# File 'lib/vmware/soap/vim25.rb', line 36393 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
36395 36396 36397 |
# File 'lib/vmware/soap/vim25.rb', line 36395 def m__this @v__this end |
#m__this=(value) ⇒ Object
36399 36400 36401 |
# File 'lib/vmware/soap/vim25.rb', line 36399 def m__this=(value) @v__this = value end |