Class: PatchMetadataInvalid

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

Overview

urn:vim25PatchMetadataInvalid

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 = []) ⇒ 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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31724
31725
31726
# File 'lib/vmware/soap/vim25.rb', line 31724

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31723
31724
31725
# File 'lib/vmware/soap/vim25.rb', line 31723

def dynamicType
  @dynamicType
end

#metaDataObject

Returns the value of attribute metaData.



31726
31727
31728
# File 'lib/vmware/soap/vim25.rb', line 31726

def 
  @metaData
end

#patchIDObject

Returns the value of attribute patchID.



31725
31726
31727
# File 'lib/vmware/soap/vim25.rb', line 31725

def patchID
  @patchID
end