Class: GenericDrsFault
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- GenericDrsFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GenericDrsFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostFaults - MethodFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hostFaults ⇒ Object
Returns the value of attribute hostFaults.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], hostFaults = []) ⇒ GenericDrsFault
constructor
A new instance of GenericDrsFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], hostFaults = []) ⇒ GenericDrsFault
Returns a new instance of GenericDrsFault.
30192 30193 30194 30195 30196 |
# File 'lib/vmware/soap/vim25.rb', line 30192 def initialize(dynamicType = nil, dynamicProperty = [], hostFaults = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @hostFaults = hostFaults end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30189 30190 30191 |
# File 'lib/vmware/soap/vim25.rb', line 30189 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30188 30189 30190 |
# File 'lib/vmware/soap/vim25.rb', line 30188 def dynamicType @dynamicType end |
#hostFaults ⇒ Object
Returns the value of attribute hostFaults.
30190 30191 30192 |
# File 'lib/vmware/soap/vim25.rb', line 30190 def hostFaults @hostFaults end |