Method: VMINotSupported#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ VMINotSupported
Returns a new instance of VMINotSupported.
33089 33090 33091 33092 33093 33094 |
# File 'lib/vmware/soap/vim25.rb', line 33089 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @reason = reason end |