Method: ClusterDasVmConfigSpec#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterDasVmConfigSpec
Returns a new instance of ClusterDasVmConfigSpec.
22132 22133 22134 22135 22136 22137 22138 |
# File 'lib/vmware/soap/vim25.rb', line 22132 def initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @operation = operation @removeKey = removeKey @info = info end |