Class: HostMultipathInfoLogicalUnit

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

Overview

urn:vim25HostMultipathInfoLogicalUnit

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
id - SOAP::SOAPString
lun - SOAP::SOAPString
path - HostMultipathInfoPath
policy - HostMultipathInfoLogicalUnitPolicy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, id = nil, lun = nil, path = [], policy = nil) ⇒ HostMultipathInfoLogicalUnit

Returns a new instance of HostMultipathInfoLogicalUnit.



20059
20060
20061
20062
20063
20064
20065
20066
20067
# File 'lib/vmware/soap/vim25.rb', line 20059

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, id = nil, lun = nil, path = [], policy = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @id = id
  @lun = lun
  @path = path
  @policy = policy
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20052
20053
20054
# File 'lib/vmware/soap/vim25.rb', line 20052

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20051
20052
20053
# File 'lib/vmware/soap/vim25.rb', line 20051

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



20054
20055
20056
# File 'lib/vmware/soap/vim25.rb', line 20054

def id
  @id
end

#keyObject

Returns the value of attribute key.



20053
20054
20055
# File 'lib/vmware/soap/vim25.rb', line 20053

def key
  @key
end

#lunObject

Returns the value of attribute lun.



20055
20056
20057
# File 'lib/vmware/soap/vim25.rb', line 20055

def lun
  @lun
end

#pathObject

Returns the value of attribute path.



20056
20057
20058
# File 'lib/vmware/soap/vim25.rb', line 20056

def path
  @path
end

#policyObject

Returns the value of attribute policy.



20057
20058
20059
# File 'lib/vmware/soap/vim25.rb', line 20057

def policy
  @policy
end