Class: IncompatibleSetting
- Inherits:
-
InvalidArgument
- Object
- MethodFault
- RuntimeFault
- InvalidArgument
- IncompatibleSetting
- 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
-
#conflictingProperty ⇒ Object
Returns the value of attribute conflictingProperty.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#invalidProperty ⇒ Object
Returns the value of attribute invalidProperty.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], invalidProperty = nil, conflictingProperty = nil) ⇒ IncompatibleSetting
constructor
A new instance of IncompatibleSetting.
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
#conflictingProperty ⇒ Object
Returns the value of attribute conflictingProperty.
29269 29270 29271 |
# File 'lib/vmware/soap/vim25.rb', line 29269 def conflictingProperty @conflictingProperty end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29267 29268 29269 |
# File 'lib/vmware/soap/vim25.rb', line 29267 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29266 29267 29268 |
# File 'lib/vmware/soap/vim25.rb', line 29266 def dynamicType @dynamicType end |
#invalidProperty ⇒ Object
Returns the value of attribute invalidProperty.
29268 29269 29270 |
# File 'lib/vmware/soap/vim25.rb', line 29268 def invalidProperty @invalidProperty end |