Class: PlatformConfigFault
- Inherits:
-
HostConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- PlatformConfigFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PlatformConfigFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
text - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], text = nil) ⇒ PlatformConfigFault
constructor
A new instance of PlatformConfigFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], text = nil) ⇒ PlatformConfigFault
Returns a new instance of PlatformConfigFault.
30286 30287 30288 30289 30290 |
# File 'lib/vmware/soap/vim25.rb', line 30286 def initialize(dynamicType = nil, dynamicProperty = [], text = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @text = text end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30283 30284 30285 |
# File 'lib/vmware/soap/vim25.rb', line 30283 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30282 30283 30284 |
# File 'lib/vmware/soap/vim25.rb', line 30282 def dynamicType @dynamicType end |
#text ⇒ Object
Returns the value of attribute text.
30284 30285 30286 |
# File 'lib/vmware/soap/vim25.rb', line 30284 def text @text end |