Class: ExtensionResourceInfo

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

Overview

urn:vim25ExtensionResourceInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
locale - SOAP::SOAPString
m_module - SOAP::SOAPString
data - KeyValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], locale = nil, v_module = nil, data = []) ⇒ ExtensionResourceInfo

Returns a new instance of ExtensionResourceInfo.

[View source]

1313
1314
1315
1316
1317
1318
1319
# File 'lib/vmware/soap/vim25.rb', line 1313

def initialize(dynamicType = nil, dynamicProperty = [], locale = nil, v_module = nil, data = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @locale = locale
  @v_module = v_module
  @data = data
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.


1303
1304
1305
# File 'lib/vmware/soap/vim25.rb', line 1303

def data
  @data
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1301
1302
1303
# File 'lib/vmware/soap/vim25.rb', line 1301

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1300
1301
1302
# File 'lib/vmware/soap/vim25.rb', line 1300

def dynamicType
  @dynamicType
end

#localeObject

Returns the value of attribute locale.


1302
1303
1304
# File 'lib/vmware/soap/vim25.rb', line 1302

def locale
  @locale
end

Instance Method Details

#m_moduleObject

[View source]

1305
1306
1307
# File 'lib/vmware/soap/vim25.rb', line 1305

def m_module
  @v_module
end

#m_module=(value) ⇒ Object

[View source]

1309
1310
1311
# File 'lib/vmware/soap/vim25.rb', line 1309

def m_module=(value)
  @v_module = value
end