Class: HostMultipathInfoFixedLogicalUnitPolicy

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

Overview

urn:vim25HostMultipathInfoFixedLogicalUnitPolicy

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
policy - SOAP::SOAPString
prefer - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], policy = nil, prefer = nil) ⇒ HostMultipathInfoFixedLogicalUnitPolicy

Returns a new instance of HostMultipathInfoFixedLogicalUnitPolicy.



20034
20035
20036
20037
20038
20039
# File 'lib/vmware/soap/vim25.rb', line 20034

def initialize(dynamicType = nil, dynamicProperty = [], policy = nil, prefer = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @policy = policy
  @prefer = prefer
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20030
20031
20032
# File 'lib/vmware/soap/vim25.rb', line 20030

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20029
20030
20031
# File 'lib/vmware/soap/vim25.rb', line 20029

def dynamicType
  @dynamicType
end

#policyObject

Returns the value of attribute policy.



20031
20032
20033
# File 'lib/vmware/soap/vim25.rb', line 20031

def policy
  @policy
end

#preferObject

Returns the value of attribute prefer.



20032
20033
20034
# File 'lib/vmware/soap/vim25.rb', line 20032

def prefer
  @prefer
end