Class: VmSnapshotFileInfo

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

Overview

urn:vim25VmSnapshotFileInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
fileSize - SOAP::SOAPLong
modification - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil) ⇒ VmSnapshotFileInfo

Returns a new instance of VmSnapshotFileInfo.

[View source]

17638
17639
17640
17641
17642
17643
17644
# File 'lib/vmware/soap/vim25.rb', line 17638

def initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @path = path
  @fileSize = fileSize
  @modification = modification
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


17633
17634
17635
# File 'lib/vmware/soap/vim25.rb', line 17633

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


17632
17633
17634
# File 'lib/vmware/soap/vim25.rb', line 17632

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.


17635
17636
17637
# File 'lib/vmware/soap/vim25.rb', line 17635

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.


17636
17637
17638
# File 'lib/vmware/soap/vim25.rb', line 17636

def modification
  @modification
end

#pathObject

Returns the value of attribute path.


17634
17635
17636
# File 'lib/vmware/soap/vim25.rb', line 17634

def path
  @path
end