Class: PatchNotApplicable

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

Overview

urn:vim25PatchNotApplicable

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PatchNotApplicable.



31783
31784
31785
31786
31787
# File 'lib/vmware/soap/vim25.rb', line 31783

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31780
31781
31782
# File 'lib/vmware/soap/vim25.rb', line 31780

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31779
31780
31781
# File 'lib/vmware/soap/vim25.rb', line 31779

def dynamicType
  @dynamicType
end

#patchIDObject

Returns the value of attribute patchID.



31781
31782
31783
# File 'lib/vmware/soap/vim25.rb', line 31781

def patchID
  @patchID
end