Class: RuntimeFault
- Inherits:
-
MethodFault
- Object
- MethodFault
- RuntimeFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RuntimeFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
C_SecurityError, DatabaseError, HostCommunication, InvalidArgument, InvalidRequest, ManagedObjectNotFound, NotEnoughLicenses, NotImplemented, NotSupported, RequestCanceled, SystemError, UnexpectedFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ RuntimeFault
constructor
A new instance of RuntimeFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ RuntimeFault
Returns a new instance of RuntimeFault.
29199 29200 29201 29202 |
# File 'lib/vmware/soap/vim25.rb', line 29199 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29197 29198 29199 |
# File 'lib/vmware/soap/vim25.rb', line 29197 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29196 29197 29198 |
# File 'lib/vmware/soap/vim25.rb', line 29196 def dynamicType @dynamicType end |