Class: PatchMetadataCorrupted

Inherits:
PatchMetadataInvalid show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25PatchMetadataCorrupted

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
 - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31743
31744
31745
# File 'lib/vmware/soap/vim25.rb', line 31743

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31742
31743
31744
# File 'lib/vmware/soap/vim25.rb', line 31742

def dynamicType
  @dynamicType
end

#metaDataObject

Returns the value of attribute metaData.



31745
31746
31747
# File 'lib/vmware/soap/vim25.rb', line 31745

def 
  @metaData
end

#patchIDObject

Returns the value of attribute patchID.



31744
31745
31746
# File 'lib/vmware/soap/vim25.rb', line 31744

def patchID
  @patchID
end