Class: PatchInstallFailed

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

Overview

urn:vim25PatchInstallFailed

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PatchInstallFailed.



30320
30321
30322
30323
30324
30325
# File 'lib/vmware/soap/vim25.rb', line 30320

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30316
30317
30318
# File 'lib/vmware/soap/vim25.rb', line 30316

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30315
30316
30317
# File 'lib/vmware/soap/vim25.rb', line 30315

def dynamicType
  @dynamicType
end

#rolledBackObject

Returns the value of attribute rolledBack.



30318
30319
30320
# File 'lib/vmware/soap/vim25.rb', line 30318

def rolledBack
  @rolledBack
end

#textObject

Returns the value of attribute text.



30317
30318
30319
# File 'lib/vmware/soap/vim25.rb', line 30317

def text
  @text
end