Class: PatchMissingDependencies
- Inherits:
-
PatchNotApplicable
- Object
- MethodFault
- VimFault
- PatchNotApplicable
- PatchMissingDependencies
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchMissingDependencies
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
prerequisitePatch - SOAP::SOAPString
prerequisiteLib - 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.
-
#prerequisiteLib ⇒ Object
Returns the value of attribute prerequisiteLib.
-
#prerequisitePatch ⇒ Object
Returns the value of attribute prerequisitePatch.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, prerequisitePatch = [], prerequisiteLib = []) ⇒ PatchMissingDependencies
constructor
A new instance of PatchMissingDependencies.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, prerequisitePatch = [], prerequisiteLib = []) ⇒ PatchMissingDependencies
Returns a new instance of PatchMissingDependencies.
31819 31820 31821 31822 31823 31824 31825 |
# File 'lib/vmware/soap/vim25.rb', line 31819 def initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, prerequisitePatch = [], prerequisiteLib = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @patchID = patchID @prerequisitePatch = prerequisitePatch @prerequisiteLib = prerequisiteLib end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31814 31815 31816 |
# File 'lib/vmware/soap/vim25.rb', line 31814 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31813 31814 31815 |
# File 'lib/vmware/soap/vim25.rb', line 31813 def dynamicType @dynamicType end |
#patchID ⇒ Object
Returns the value of attribute patchID.
31815 31816 31817 |
# File 'lib/vmware/soap/vim25.rb', line 31815 def patchID @patchID end |
#prerequisiteLib ⇒ Object
Returns the value of attribute prerequisiteLib.
31817 31818 31819 |
# File 'lib/vmware/soap/vim25.rb', line 31817 def prerequisiteLib @prerequisiteLib end |
#prerequisitePatch ⇒ Object
Returns the value of attribute prerequisitePatch.
31816 31817 31818 |
# File 'lib/vmware/soap/vim25.rb', line 31816 def prerequisitePatch @prerequisitePatch end |