Class: ExtendVirtualDiskRequestType

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

Overview

urn:vim25ExtendVirtualDiskRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
newCapacityKb - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, datacenter = nil, newCapacityKb = nil) ⇒ ExtendVirtualDiskRequestType

Returns a new instance of ExtendVirtualDiskRequestType.



36519
36520
36521
36522
36523
36524
# File 'lib/vmware/soap/vim25.rb', line 36519

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

Instance Attribute Details

#datacenterObject

Returns the value of attribute datacenter.



36508
36509
36510
# File 'lib/vmware/soap/vim25.rb', line 36508

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36507
36508
36509
# File 'lib/vmware/soap/vim25.rb', line 36507

def name
  @name
end

#newCapacityKbObject

Returns the value of attribute newCapacityKb.



36509
36510
36511
# File 'lib/vmware/soap/vim25.rb', line 36509

def newCapacityKb
  @newCapacityKb
end

Instance Method Details

#m__thisObject



36511
36512
36513
# File 'lib/vmware/soap/vim25.rb', line 36511

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36515
36516
36517
# File 'lib/vmware/soap/vim25.rb', line 36515

def m__this=(value)
  @v__this = value
end