Class: PatchNotApplicable
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- PatchNotApplicable
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchNotApplicable
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
Direct Known Subclasses
PatchAlreadyInstalled, PatchMissingDependencies, PatchSuperseded
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#patchID ⇒ Object
Returns the value of attribute patchID.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil) ⇒ PatchNotApplicable
constructor
A new instance of PatchNotApplicable.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil) ⇒ PatchNotApplicable
Returns a new instance of PatchNotApplicable.
31783 31784 31785 31786 31787 |
# File 'lib/vmware/soap/vim25.rb', line 31783 def initialize(dynamicType = nil, dynamicProperty = [], patchID = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @patchID = patchID end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31780 31781 31782 |
# File 'lib/vmware/soap/vim25.rb', line 31780 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31779 31780 31781 |
# File 'lib/vmware/soap/vim25.rb', line 31779 def dynamicType @dynamicType end |
#patchID ⇒ Object
Returns the value of attribute patchID.
31781 31782 31783 |
# File 'lib/vmware/soap/vim25.rb', line 31781 def patchID @patchID end |