Class: ExtensionFaultTypeInfo

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

Overview

urn:vim25ExtensionFaultTypeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
faultID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], faultID = nil) ⇒ ExtensionFaultTypeInfo

Returns a new instance of ExtensionFaultTypeInfo.



1267
1268
1269
1270
1271
# File 'lib/vmware/soap/vim25.rb', line 1267

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1264
1265
1266
# File 'lib/vmware/soap/vim25.rb', line 1264

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1263
1264
1265
# File 'lib/vmware/soap/vim25.rb', line 1263

def dynamicType
  @dynamicType
end

#faultIDObject

Returns the value of attribute faultID.



1265
1266
1267
# File 'lib/vmware/soap/vim25.rb', line 1265

def faultID
  @faultID
end