Class: FileTooLarge
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- FileTooLarge
- 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
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#file ⇒ Object
Returns the value of attribute file.
-
#fileSize ⇒ Object
Returns the value of attribute fileSize.
-
#maxFileSize ⇒ Object
Returns the value of attribute maxFileSize.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], file = nil, datastore = nil, fileSize = nil, maxFileSize = nil) ⇒ FileTooLarge
constructor
A new instance of FileTooLarge.
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
#datastore ⇒ Object
Returns the value of attribute datastore.
30118 30119 30120 |
# File 'lib/vmware/soap/vim25.rb', line 30118 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30116 30117 30118 |
# File 'lib/vmware/soap/vim25.rb', line 30116 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30115 30116 30117 |
# File 'lib/vmware/soap/vim25.rb', line 30115 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30117 30118 30119 |
# File 'lib/vmware/soap/vim25.rb', line 30117 def file @file end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
30119 30120 30121 |
# File 'lib/vmware/soap/vim25.rb', line 30119 def fileSize @fileSize end |
#maxFileSize ⇒ Object
Returns the value of attribute maxFileSize.
30120 30121 30122 |
# File 'lib/vmware/soap/vim25.rb', line 30120 def maxFileSize @maxFileSize end |