Class: FileTooLarge

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

Overview

urn:vim25FileTooLarge

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
file - SOAP::SOAPString
datastore - SOAP::SOAPString
fileSize - SOAP::SOAPLong
maxFileSize - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], file = nil, datastore = nil, fileSize = nil, maxFileSize = nil) ⇒ FileTooLarge

Returns a new instance of FileTooLarge.



30122
30123
30124
30125
30126
30127
30128
30129
# File 'lib/vmware/soap/vim25.rb', line 30122

def initialize(dynamicType = nil, dynamicProperty = [], file = nil, datastore = nil, fileSize = nil, maxFileSize = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @file = file
  @datastore = datastore
  @fileSize = fileSize
  @maxFileSize = maxFileSize
end

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



30118
30119
30120
# File 'lib/vmware/soap/vim25.rb', line 30118

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30116
30117
30118
# File 'lib/vmware/soap/vim25.rb', line 30116

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30115
30116
30117
# File 'lib/vmware/soap/vim25.rb', line 30115

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30117
30118
30119
# File 'lib/vmware/soap/vim25.rb', line 30117

def file
  @file
end

#fileSizeObject

Returns the value of attribute fileSize.



30119
30120
30121
# File 'lib/vmware/soap/vim25.rb', line 30119

def fileSize
  @fileSize
end

#maxFileSizeObject

Returns the value of attribute maxFileSize.



30120
30121
30122
# File 'lib/vmware/soap/vim25.rb', line 30120

def maxFileSize
  @maxFileSize
end