Class: PatchSuperseded
- Inherits:
-
PatchNotApplicable
- Object
- MethodFault
- VimFault
- PatchNotApplicable
- PatchSuperseded
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchSuperseded
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
supersede - 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.
-
#supersede ⇒ Object
Returns the value of attribute supersede.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, supersede = []) ⇒ PatchSuperseded
constructor
A new instance of PatchSuperseded.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, supersede = []) ⇒ PatchSuperseded
Returns a new instance of PatchSuperseded.
31839 31840 31841 31842 31843 31844 |
# File 'lib/vmware/soap/vim25.rb', line 31839 def initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, supersede = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @patchID = patchID @supersede = supersede end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31835 31836 31837 |
# File 'lib/vmware/soap/vim25.rb', line 31835 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31834 31835 31836 |
# File 'lib/vmware/soap/vim25.rb', line 31834 def dynamicType @dynamicType end |
permalink #patchID ⇒ Object
Returns the value of attribute patchID.
31836 31837 31838 |
# File 'lib/vmware/soap/vim25.rb', line 31836 def patchID @patchID end |
permalink #supersede ⇒ Object
Returns the value of attribute supersede.
31837 31838 31839 |
# File 'lib/vmware/soap/vim25.rb', line 31837 def supersede @supersede end |