Class: FileFault
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- FileFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
file - SOAP::SOAPString
Direct Known Subclasses
CannotAccessFile, CannotCreateFile, CannotDeleteFile, FileAlreadyExists, FileLocked, FileNotFound, FileNotWritable, FileTooLarge, IncorrectFileType, NetworkCopyFault, NoDiskSpace
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileFault
constructor
A new instance of FileFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileFault
Returns a new instance of FileFault.
29988 29989 29990 29991 29992 |
# File 'lib/vmware/soap/vim25.rb', line 29988 def initialize(dynamicType = nil, dynamicProperty = [], file = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @file = file end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29985 29986 29987 |
# File 'lib/vmware/soap/vim25.rb', line 29985 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29984 29985 29986 |
# File 'lib/vmware/soap/vim25.rb', line 29984 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
29986 29987 29988 |
# File 'lib/vmware/soap/vim25.rb', line 29986 def file @file end |