Class: PatchSuperseded

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

Overview

urn:vim25PatchSuperseded

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, supersede = []) ⇒ PatchSuperseded

Returns a new instance of PatchSuperseded.

[View source]

31839
31840
31841
31842
31843
31844
# File 'lib/vmware/soap/vim25.rb', line 31839

def initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, supersede = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @patchID = patchID
  @supersede = supersede
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


31835
31836
31837
# File 'lib/vmware/soap/vim25.rb', line 31835

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


31834
31835
31836
# File 'lib/vmware/soap/vim25.rb', line 31834

def dynamicType
  @dynamicType
end

#patchIDObject

Returns the value of attribute patchID.


31836
31837
31838
# File 'lib/vmware/soap/vim25.rb', line 31836

def patchID
  @patchID
end

#supersedeObject

Returns the value of attribute supersede.


31837
31838
31839
# File 'lib/vmware/soap/vim25.rb', line 31837

def supersede
  @supersede
end