Class: InvalidVmConfig

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

Overview

urn:vim25InvalidVmConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], property = nil) ⇒ InvalidVmConfig

Returns a new instance of InvalidVmConfig.



32426
32427
32428
32429
32430
# File 'lib/vmware/soap/vim25.rb', line 32426

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32423
32424
32425
# File 'lib/vmware/soap/vim25.rb', line 32423

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32422
32423
32424
# File 'lib/vmware/soap/vim25.rb', line 32422

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32424
32425
32426
# File 'lib/vmware/soap/vim25.rb', line 32424

def property
  @property
end