Class: PlatformConfigFault

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

Overview

urn:vim25PlatformConfigFault

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PlatformConfigFault.



30286
30287
30288
30289
30290
# File 'lib/vmware/soap/vim25.rb', line 30286

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30283
30284
30285
# File 'lib/vmware/soap/vim25.rb', line 30283

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30282
30283
30284
# File 'lib/vmware/soap/vim25.rb', line 30282

def dynamicType
  @dynamicType
end

#textObject

Returns the value of attribute text.



30284
30285
30286
# File 'lib/vmware/soap/vim25.rb', line 30284

def text
  @text
end