Method: FileBackedPortNotSupported#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ FileBackedPortNotSupported
Returns a new instance of FileBackedPortNotSupported.
32956 32957 32958 32959 32960 32961 |
# File 'lib/vmware/soap/vim25.rb', line 32956 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @reason = reason end |