Class: ScsiLunDurableName
- Inherits:
-
DynamicData
- Object
- DynamicData
- ScsiLunDurableName
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScsiLunDurableName
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
namespace - SOAP::SOAPString
namespaceId - SOAP::SOAPByte
data - SOAP::SOAPByte
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#namespaceId ⇒ Object
Returns the value of attribute namespaceId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], namespace = nil, namespaceId = nil, data = []) ⇒ ScsiLunDurableName
constructor
A new instance of ScsiLunDurableName.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], namespace = nil, namespaceId = nil, data = []) ⇒ ScsiLunDurableName
Returns a new instance of ScsiLunDurableName.
21262 21263 21264 21265 21266 21267 21268 |
# File 'lib/vmware/soap/vim25.rb', line 21262 def initialize(dynamicType = nil, dynamicProperty = [], namespace = nil, namespaceId = nil, data = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @namespace = namespace @namespaceId = namespaceId @data = data end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
21260 21261 21262 |
# File 'lib/vmware/soap/vim25.rb', line 21260 def data @data end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21257 21258 21259 |
# File 'lib/vmware/soap/vim25.rb', line 21257 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21256 21257 21258 |
# File 'lib/vmware/soap/vim25.rb', line 21256 def dynamicType @dynamicType end |
#namespace ⇒ Object
Returns the value of attribute namespace.
21258 21259 21260 |
# File 'lib/vmware/soap/vim25.rb', line 21258 def namespace @namespace end |
#namespaceId ⇒ Object
Returns the value of attribute namespaceId.
21259 21260 21261 |
# File 'lib/vmware/soap/vim25.rb', line 21259 def namespaceId @namespaceId end |