Class: PatchInstallFailed
- Inherits:
-
PlatformConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- PlatformConfigFault
- PatchInstallFailed
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchInstallFailed
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
text - SOAP::SOAPString
rolledBack - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#rolledBack ⇒ Object
Returns the value of attribute rolledBack.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], text = nil, rolledBack = nil) ⇒ PatchInstallFailed
constructor
A new instance of PatchInstallFailed.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], text = nil, rolledBack = nil) ⇒ PatchInstallFailed
Returns a new instance of PatchInstallFailed.
30320 30321 30322 30323 30324 30325 |
# File 'lib/vmware/soap/vim25.rb', line 30320 def initialize(dynamicType = nil, dynamicProperty = [], text = nil, rolledBack = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @text = text @rolledBack = rolledBack end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30316 30317 30318 |
# File 'lib/vmware/soap/vim25.rb', line 30316 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30315 30316 30317 |
# File 'lib/vmware/soap/vim25.rb', line 30315 def dynamicType @dynamicType end |
#rolledBack ⇒ Object
Returns the value of attribute rolledBack.
30318 30319 30320 |
# File 'lib/vmware/soap/vim25.rb', line 30318 def rolledBack @rolledBack end |
#text ⇒ Object
Returns the value of attribute text.
30317 30318 30319 |
# File 'lib/vmware/soap/vim25.rb', line 30317 def text @text end |