Class: PatchIntegrityError

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

Overview

urn:vim25PatchIntegrityError

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
text - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], text = nil) ⇒ PatchIntegrityError

Returns a new instance of PatchIntegrityError.



30337
30338
30339
30340
30341
# File 'lib/vmware/soap/vim25.rb', line 30337

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30334
30335
30336
# File 'lib/vmware/soap/vim25.rb', line 30334

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30333
30334
30335
# File 'lib/vmware/soap/vim25.rb', line 30333

def dynamicType
  @dynamicType
end

#textObject

Returns the value of attribute text.



30335
30336
30337
# File 'lib/vmware/soap/vim25.rb', line 30335

def text
  @text
end