Class: PatchAlreadyInstalled

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

Overview

urn:vim25PatchAlreadyInstalled

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PatchAlreadyInstalled.



31799
31800
31801
31802
31803
# File 'lib/vmware/soap/vim25.rb', line 31799

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31796
31797
31798
# File 'lib/vmware/soap/vim25.rb', line 31796

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31795
31796
31797
# File 'lib/vmware/soap/vim25.rb', line 31795

def dynamicType
  @dynamicType
end

#patchIDObject

Returns the value of attribute patchID.



31797
31798
31799
# File 'lib/vmware/soap/vim25.rb', line 31797

def patchID
  @patchID
end