Method: HostStorageElementInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, status = nil, operationalInfo = []) ⇒ HostStorageElementInfo

Returns a new instance of HostStorageElementInfo.



19323
19324
19325
19326
19327
19328
19329
# File 'lib/vmware/soap/vim25.rb', line 19323

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, status = nil, operationalInfo = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @status = status
  @operationalInfo = operationalInfo
end