Class: PatchMetadataNotFound
- Inherits:
-
PatchMetadataInvalid
- Object
- MethodFault
- VimFault
- PatchMetadataInvalid
- PatchMetadataNotFound
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchMetadataNotFound
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#metaData ⇒ Object
Returns the value of attribute metaData.
-
#patchID ⇒ Object
Returns the value of attribute patchID.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, metaData = []) ⇒ PatchMetadataNotFound
constructor
A new instance of PatchMetadataNotFound.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, metaData = []) ⇒ PatchMetadataNotFound
Returns a new instance of PatchMetadataNotFound.
31766 31767 31768 31769 31770 31771 |
# File 'lib/vmware/soap/vim25.rb', line 31766 def initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @patchID = patchID @metaData = end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31762 31763 31764 |
# File 'lib/vmware/soap/vim25.rb', line 31762 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31761 31762 31763 |
# File 'lib/vmware/soap/vim25.rb', line 31761 def dynamicType @dynamicType end |
#metaData ⇒ Object
Returns the value of attribute metaData.
31764 31765 31766 |
# File 'lib/vmware/soap/vim25.rb', line 31764 def @metaData end |
#patchID ⇒ Object
Returns the value of attribute patchID.
31763 31764 31765 |
# File 'lib/vmware/soap/vim25.rb', line 31763 def patchID @patchID end |