Class: IncompatibleSetting

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

Overview

urn:vim25IncompatibleSetting

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
invalidProperty - SOAP::SOAPString
conflictingProperty - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], invalidProperty = nil, conflictingProperty = nil) ⇒ IncompatibleSetting

Returns a new instance of IncompatibleSetting.



29271
29272
29273
29274
29275
29276
# File 'lib/vmware/soap/vim25.rb', line 29271

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

Instance Attribute Details

#conflictingPropertyObject

Returns the value of attribute conflictingProperty.



29269
29270
29271
# File 'lib/vmware/soap/vim25.rb', line 29269

def conflictingProperty
  @conflictingProperty
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29267
29268
29269
# File 'lib/vmware/soap/vim25.rb', line 29267

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29266
29267
29268
# File 'lib/vmware/soap/vim25.rb', line 29266

def dynamicType
  @dynamicType
end

#invalidPropertyObject

Returns the value of attribute invalidProperty.



29268
29269
29270
# File 'lib/vmware/soap/vim25.rb', line 29268

def invalidProperty
  @invalidProperty
end