Class: GenericVmConfigFault
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- GenericVmConfigFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GenericVmConfigFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
reason - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], reason = nil) ⇒ GenericVmConfigFault
constructor
A new instance of GenericVmConfigFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], reason = nil) ⇒ GenericVmConfigFault
Returns a new instance of GenericVmConfigFault.
32371 32372 32373 32374 32375 |
# File 'lib/vmware/soap/vim25.rb', line 32371 def initialize(dynamicType = nil, dynamicProperty = [], reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @reason = reason end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32368 32369 32370 |
# File 'lib/vmware/soap/vim25.rb', line 32368 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32367 32368 32369 |
# File 'lib/vmware/soap/vim25.rb', line 32367 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
32369 32370 32371 |
# File 'lib/vmware/soap/vim25.rb', line 32369 def reason @reason end |