Class: ProductComponentInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ProductComponentInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
name - SOAP::SOAPString
version - SOAP::SOAPString
release - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], id = nil, name = nil, version = nil, release = nil) ⇒ ProductComponentInfo

Returns a new instance of ProductComponentInfo.



2160
2161
2162
2163
2164
2165
2166
2167
# File 'lib/vmware/soap/vim25.rb', line 2160

def initialize(dynamicType = nil, dynamicProperty = [], id = nil, name = nil, version = nil, release = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @id = id
  @name = name
  @version = version
  @release = release
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2154
2155
2156
# File 'lib/vmware/soap/vim25.rb', line 2154

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2153
2154
2155
# File 'lib/vmware/soap/vim25.rb', line 2153

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



2155
2156
2157
# File 'lib/vmware/soap/vim25.rb', line 2155

def id
  @id
end

#nameObject

Returns the value of attribute name.



2156
2157
2158
# File 'lib/vmware/soap/vim25.rb', line 2156

def name
  @name
end

#releaseObject

Returns the value of attribute release.



2158
2159
2160
# File 'lib/vmware/soap/vim25.rb', line 2158

def release
  @release
end

#versionObject

Returns the value of attribute version.



2157
2158
2159
# File 'lib/vmware/soap/vim25.rb', line 2157

def version
  @version
end