Class: CreateVirtualDiskRequestType

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

Overview

urn:vim25CreateVirtualDiskRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
spec - VirtualDiskSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#datacenterObject

Returns the value of attribute datacenter.



36392
36393
36394
# File 'lib/vmware/soap/vim25.rb', line 36392

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36391
36392
36393
# File 'lib/vmware/soap/vim25.rb', line 36391

def name
  @name
end

#specObject

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__thisObject



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