Class: PatchIntegrityError
- Inherits:
-
PlatformConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- PlatformConfigFault
- PatchIntegrityError
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchIntegrityError
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
text - SOAP::SOAPString
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) ⇒ PatchIntegrityError
constructor
A new instance of PatchIntegrityError.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], text = nil) ⇒ PatchIntegrityError
Returns a new instance of PatchIntegrityError.
30337 30338 30339 30340 30341 |
# File 'lib/vmware/soap/vim25.rb', line 30337 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.
30334 30335 30336 |
# File 'lib/vmware/soap/vim25.rb', line 30334 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30333 30334 30335 |
# File 'lib/vmware/soap/vim25.rb', line 30333 def dynamicType @dynamicType end |
#text ⇒ Object
Returns the value of attribute text.
30335 30336 30337 |
# File 'lib/vmware/soap/vim25.rb', line 30335 def text @text end |