Class: PatchMetadataInvalid
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- PatchMetadataInvalid
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PatchMetadataInvalid
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
- SOAP::SOAPString
Direct Known Subclasses
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 = []) ⇒ PatchMetadataInvalid
constructor
A new instance of PatchMetadataInvalid.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, metaData = []) ⇒ PatchMetadataInvalid
Returns a new instance of PatchMetadataInvalid.
31728 31729 31730 31731 31732 31733 |
# File 'lib/vmware/soap/vim25.rb', line 31728 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.
31724 31725 31726 |
# File 'lib/vmware/soap/vim25.rb', line 31724 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31723 31724 31725 |
# File 'lib/vmware/soap/vim25.rb', line 31723 def dynamicType @dynamicType end |
#metaData ⇒ Object
Returns the value of attribute metaData.
31726 31727 31728 |
# File 'lib/vmware/soap/vim25.rb', line 31726 def @metaData end |
#patchID ⇒ Object
Returns the value of attribute patchID.
31725 31726 31727 |
# File 'lib/vmware/soap/vim25.rb', line 31725 def patchID @patchID end |