Class: GenericDrsFault

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

Overview

urn:vim25GenericDrsFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostFaults - MethodFault

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], hostFaults = []) ⇒ GenericDrsFault

Returns a new instance of GenericDrsFault.



30192
30193
30194
30195
30196
# File 'lib/vmware/soap/vim25.rb', line 30192

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30189
30190
30191
# File 'lib/vmware/soap/vim25.rb', line 30189

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30188
30189
30190
# File 'lib/vmware/soap/vim25.rb', line 30188

def dynamicType
  @dynamicType
end

#hostFaultsObject

Returns the value of attribute hostFaults.



30190
30191
30192
# File 'lib/vmware/soap/vim25.rb', line 30190

def hostFaults
  @hostFaults
end