Class: HostMultipathInfoPath

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

Overview

urn:vim25HostMultipathInfoPath

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
name - SOAP::SOAPString
pathState - SOAP::SOAPString
adapter - SOAP::SOAPString
lun - SOAP::SOAPString
transport - HostTargetTransport

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, pathState = nil, adapter = nil, lun = nil, transport = nil) ⇒ HostMultipathInfoPath

Returns a new instance of HostMultipathInfoPath.



20089
20090
20091
20092
20093
20094
20095
20096
20097
20098
# File 'lib/vmware/soap/vim25.rb', line 20089

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, pathState = nil, adapter = nil, lun = nil, transport = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @name = name
  @pathState = pathState
  @adapter = adapter
  @lun = lun
  @transport = transport
end

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter.



20085
20086
20087
# File 'lib/vmware/soap/vim25.rb', line 20085

def adapter
  @adapter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20081
20082
20083
# File 'lib/vmware/soap/vim25.rb', line 20081

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20080
20081
20082
# File 'lib/vmware/soap/vim25.rb', line 20080

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



20082
20083
20084
# File 'lib/vmware/soap/vim25.rb', line 20082

def key
  @key
end

#lunObject

Returns the value of attribute lun.



20086
20087
20088
# File 'lib/vmware/soap/vim25.rb', line 20086

def lun
  @lun
end

#nameObject

Returns the value of attribute name.



20083
20084
20085
# File 'lib/vmware/soap/vim25.rb', line 20083

def name
  @name
end

#pathStateObject

Returns the value of attribute pathState.



20084
20085
20086
# File 'lib/vmware/soap/vim25.rb', line 20084

def pathState
  @pathState
end

#transportObject

Returns the value of attribute transport.



20087
20088
20089
# File 'lib/vmware/soap/vim25.rb', line 20087

def transport
  @transport
end