Class: UnexpectedCustomizationFault
- Inherits:
-
CustomizationFault
- Object
- MethodFault
- VimFault
- CustomizationFault
- UnexpectedCustomizationFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnexpectedCustomizationFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
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 = []) ⇒ UnexpectedCustomizationFault
constructor
A new instance of UnexpectedCustomizationFault.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = []) ⇒ UnexpectedCustomizationFault
Returns a new instance of UnexpectedCustomizationFault.
29909 29910 29911 29912 |
# File 'lib/vmware/soap/vim25.rb', line 29909 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29907 29908 29909 |
# File 'lib/vmware/soap/vim25.rb', line 29907 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29906 29907 29908 |
# File 'lib/vmware/soap/vim25.rb', line 29906 def dynamicType @dynamicType end |