Class: PatchAlreadyInstalled
- Inherits:
-
PatchNotApplicable
- Object
- MethodFault
- VimFault
- PatchNotApplicable
- PatchAlreadyInstalled
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchAlreadyInstalled
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
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) ⇒ PatchAlreadyInstalled
constructor
A new instance of PatchAlreadyInstalled.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil) ⇒ PatchAlreadyInstalled
Returns a new instance of PatchAlreadyInstalled.
31799 31800 31801 31802 31803 |
# File 'lib/vmware/soap/vim25.rb', line 31799 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.
31796 31797 31798 |
# File 'lib/vmware/soap/vim25.rb', line 31796 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31795 31796 31797 |
# File 'lib/vmware/soap/vim25.rb', line 31795 def dynamicType @dynamicType end |
#patchID ⇒ Object
Returns the value of attribute patchID.
31797 31798 31799 |
# File 'lib/vmware/soap/vim25.rb', line 31797 def patchID @patchID end |