Class: NetworkCopyFault
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- NetworkCopyFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NetworkCopyFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
file - SOAP::SOAPString
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) ⇒ NetworkCopyFault
constructor
A new instance of NetworkCopyFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ NetworkCopyFault
Returns a new instance of NetworkCopyFault.
30157 30158 30159 30160 30161 |
# File 'lib/vmware/soap/vim25.rb', line 30157 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.
30154 30155 30156 |
# File 'lib/vmware/soap/vim25.rb', line 30154 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30153 30154 30155 |
# File 'lib/vmware/soap/vim25.rb', line 30153 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30155 30156 30157 |
# File 'lib/vmware/soap/vim25.rb', line 30155 def file @file end |