Class: GuestDiskInfo

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

Overview

urn:vim25GuestDiskInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskPath - SOAP::SOAPString
capacity - SOAP::SOAPLong
freeSpace - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskPath = nil, capacity = nil, freeSpace = nil) ⇒ GuestDiskInfo

Returns a new instance of GuestDiskInfo.



23542
23543
23544
23545
23546
23547
23548
# File 'lib/vmware/soap/vim25.rb', line 23542

def initialize(dynamicType = nil, dynamicProperty = [], diskPath = nil, capacity = nil, freeSpace = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @diskPath = diskPath
  @capacity = capacity
  @freeSpace = freeSpace
end

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



23539
23540
23541
# File 'lib/vmware/soap/vim25.rb', line 23539

def capacity
  @capacity
end

#diskPathObject

Returns the value of attribute diskPath.



23538
23539
23540
# File 'lib/vmware/soap/vim25.rb', line 23538

def diskPath
  @diskPath
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23537
23538
23539
# File 'lib/vmware/soap/vim25.rb', line 23537

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23536
23537
23538
# File 'lib/vmware/soap/vim25.rb', line 23536

def dynamicType
  @dynamicType
end

#freeSpaceObject

Returns the value of attribute freeSpace.



23540
23541
23542
# File 'lib/vmware/soap/vim25.rb', line 23540

def freeSpace
  @freeSpace
end