Class: PatchMetadataCorrupted
- Inherits:
-
PatchMetadataInvalid
- Object
- MethodFault
- VimFault
- PatchMetadataInvalid
- PatchMetadataCorrupted
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchMetadataCorrupted
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 = []) ⇒ PatchMetadataCorrupted
constructor
A new instance of PatchMetadataCorrupted.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, metaData = []) ⇒ PatchMetadataCorrupted
Returns a new instance of PatchMetadataCorrupted.
31747 31748 31749 31750 31751 31752 |
# File 'lib/vmware/soap/vim25.rb', line 31747 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.
31743 31744 31745 |
# File 'lib/vmware/soap/vim25.rb', line 31743 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31742 31743 31744 |
# File 'lib/vmware/soap/vim25.rb', line 31742 def dynamicType @dynamicType end |
#metaData ⇒ Object
Returns the value of attribute metaData.
31745 31746 31747 |
# File 'lib/vmware/soap/vim25.rb', line 31745 def @metaData end |
#patchID ⇒ Object
Returns the value of attribute patchID.
31744 31745 31746 |
# File 'lib/vmware/soap/vim25.rb', line 31744 def patchID @patchID end |