Class: PatchMetadataNotFound

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

Overview

urn:vim25PatchMetadataNotFound

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31762
31763
31764
# File 'lib/vmware/soap/vim25.rb', line 31762

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31761
31762
31763
# File 'lib/vmware/soap/vim25.rb', line 31761

def dynamicType
  @dynamicType
end

#metaDataObject

Returns the value of attribute metaData.



31764
31765
31766
# File 'lib/vmware/soap/vim25.rb', line 31764

def 
  @metaData
end

#patchIDObject

Returns the value of attribute patchID.



31763
31764
31765
# File 'lib/vmware/soap/vim25.rb', line 31763

def patchID
  @patchID
end