Class: ScsiLunDurableName

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dataObject

Returns the value of attribute data.



21260
21261
21262
# File 'lib/vmware/soap/vim25.rb', line 21260

def data
  @data
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21257
21258
21259
# File 'lib/vmware/soap/vim25.rb', line 21257

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21256
21257
21258
# File 'lib/vmware/soap/vim25.rb', line 21256

def dynamicType
  @dynamicType
end

#namespaceObject

Returns the value of attribute namespace.



21258
21259
21260
# File 'lib/vmware/soap/vim25.rb', line 21258

def namespace
  @namespace
end

#namespaceIdObject

Returns the value of attribute namespaceId.



21259
21260
21261
# File 'lib/vmware/soap/vim25.rb', line 21259

def namespaceId
  @namespaceId
end