Class: GenericVmConfigFault

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

Overview

urn:vim25GenericVmConfigFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], reason = nil) ⇒ GenericVmConfigFault

Returns a new instance of GenericVmConfigFault.



32371
32372
32373
32374
32375
# File 'lib/vmware/soap/vim25.rb', line 32371

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32368
32369
32370
# File 'lib/vmware/soap/vim25.rb', line 32368

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32367
32368
32369
# File 'lib/vmware/soap/vim25.rb', line 32367

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



32369
32370
32371
# File 'lib/vmware/soap/vim25.rb', line 32369

def reason
  @reason
end